summaryrefslogtreecommitdiff
path: root/lib/slop/types.rb
Commit message (Expand)AuthorAgeFilesLines
* Add optional type validationVictor Gama2023-02-151-2/+19
* Fix explicitly false booleansEugene Otto2022-09-301-1/+3
* Add symbols to option typesJoe Gracyk2021-05-101-0/+7
* admit commentsHansuk2020-01-171-1/+3
* support scientific nations for float optionsHansuk2020-01-161-2/+1
* support + sign for float optionsHansuk2020-01-161-1/+1
* Support '+' as prefix for integerJuha Ylitalo2019-08-231-1/+1
* Support arguments to options with leading -Andrew Clemons2016-04-041-2/+2
* Allow disabling the delimiter for array argumentsMike Pastore2016-02-181-2/+6
* Fix bug where true is passed to BoolOption block regardless of --no- prefixBen Brady2015-11-241-2/+1
* Support --no- prefix for inverting boolean optionsLee Jarvis2015-05-211-2/+19
* Added support for RegexpLaurent Arnoud2015-05-171-0/+7
* Support a limit config to ArrayOptionLee Jarvis2014-12-301-1/+5
* Add some basic type docsLee Jarvis2014-12-301-1/+10
* add Float supportRick Hull2014-12-291-0/+7
* Add NullOption and default to using itLee Jarvis2014-12-171-0/+8
* Default array values to []Lee Jarvis2014-11-191-0/+4
* Update readme and add type aliasesLee Jarvis2014-11-191-0/+2
* Ensure booleans default to falseLee Jarvis2014-11-191-0/+4
* Add MissingArgument error processing, and suppressingLee Jarvis2014-11-191-0/+4
* Add more option typesLee Jarvis2014-11-191-1/+21
* Basic option parsingLee Jarvis2014-11-191-0/+3
* Start of rewriteLee Jarvis2014-11-181-0/+7