summaryrefslogtreecommitdiff
path: root/test/types_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix booleans without validate_type with argumentsLee Jarvis2023-02-261-0/+7
* Augment tests for validated typesVictor Gama2023-02-151-4/+22
* Fix explicitly false booleansEugene Otto2022-09-301-1/+7
* Add simple tests for StringOptionJoe Gracyk2021-05-101-0/+14
* Add symbols to option typesJoe Gracyk2021-05-101-0/+14
* admit commentsHansuk2020-01-171-0/+4
* support scientific nations for float optionsHansuk2020-01-161-1/+19
* support + sign for float optionsHansuk2020-01-161-1/+5
* Tests on Ruby 2.7.0Juha Ylitalo2020-01-071-1/+1
* Test integer with plus sign as prefixJuha Ylitalo2019-08-301-1/+5
* Fix ridiculous minitest warningLee Jarvis2017-04-291-2/+2
* Allow disabling the delimiter for array argumentsMike Pastore2016-02-181-0/+6
* Fix bug where true is passed to BoolOption block regardless of --no- prefixBen Brady2015-11-241-1/+7
* Support --no- prefix for inverting boolean optionsLee Jarvis2015-05-211-4/+9
* Added support for RegexpLaurent Arnoud2015-05-171-0/+13
* Reset parser every time parse is calledLee Jarvis2014-12-301-5/+5
* Support a limit config to ArrayOptionLee Jarvis2014-12-301-0/+6
* add Float supportRick Hull2014-12-291-0/+18
* Add NullOption and default to using itLee Jarvis2014-12-171-0/+15
* Default array values to []Lee Jarvis2014-11-191-0/+4
* Ensure booleans default to falseLee Jarvis2014-11-191-0/+5
* Add more option typesLee Jarvis2014-11-191-0/+54