summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix booleans without validate_type with argumentsLee Jarvis2023-02-261-0/+7
* Augment tests for validated typesVictor Gama2023-02-152-6/+24
* Add optional type validationVictor Gama2023-02-151-0/+15
* Fix explicitly false booleansEugene Otto2022-09-301-1/+7
* Handle strings containing =Connor Garvey2022-03-101-9/+18
* Add support for --opt="" for blank argumentsLee Jarvis2021-05-281-0/+10
* Add simple tests for StringOptionJoe Gracyk2021-05-101-0/+14
* Add symbols to option typesJoe Gracyk2021-05-101-0/+14
* Fix bug with separators around `help: false` optsLee Jarvis2020-07-101-0/+11
* Add basic test for Slop.parseLee Jarvis2020-01-281-0/+10
* 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-073-5/+5
* Test integer with plus sign as prefixJuha Ylitalo2019-08-301-1/+5
* Fix a bug that flag value is processed as flagSutou Kouhei2019-06-291-0/+6
* Fix deprecation warning in testsLee Jarvis2019-01-211-1/+1
* Allow calling `Options#separator` without args, defaulting to an empty stringTeemu Matilainen2019-01-201-0/+6
* add Slop::Result#fetchGiovanni Benussi2018-06-271-0/+25
* Handle equals character for non-option valuespedantic-equalsLee Jarvis2018-03-121-0/+5
* Add more tests for Options#separatorLee Jarvis2017-11-171-1/+22
* Fix separator so it doesn't mutate user dataMarc-Andre Lafortune2017-11-131-1/+10
* Support for required optionsWilliam Woodruff2017-09-291-0/+14
* Fix bug preventing '--' being passed as the first argument.Thomas Bénéteau2017-08-051-0/+6
* Fix non-deterministic testLee Jarvis2017-05-011-1/+1
* Add config option underscore_flagslbriais-feature/add_config_for_underscore_switchLaurent B2017-05-011-0/+4
* Fix ridiculous minitest warningLee Jarvis2017-04-292-3/+3
* Avoid deleting args after '--'Lee Jarvis2017-04-291-1/+2
* Fix support for parsing -x5Lee Jarvis2017-01-291-0/+13
* Handle bad constant names in Slop.option_defined?Lee Jarvis2016-08-211-0/+17
* Support arguments to options with leading -Andrew Clemons2016-04-041-0/+21
* Can specify a custom banner string in Options via configPhil Rees2016-03-181-1/+12
* 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
* Fix bug regarding --foo=bar style optionsNaoki Mizuno2015-09-081-0/+5
* Fix arguments removed with option argumentsNaoki Mizuno2015-09-081-0/+5
* #163 only raise MissingArgument if not default_valueBen Brady2015-06-301-0/+3
* Better handling of option names with multiple wordsTim Rogers2015-06-132-6/+18
* Support --no- prefix for inverting boolean optionsLee Jarvis2015-05-211-4/+9
* Added support for RegexpLaurent Arnoud2015-05-171-0/+13
* Rewrite UnknownOption.getUnknownOption() to flagsigurdsvela2015-04-071-1/+1
* Rewrite MissingOption.getFlags() to flagssigurdsvela2015-04-071-1/+1
* Implement getFlags in MissingArgumentsigurdsvela2015-04-061-0/+7
* Remove semi-colons to conform to the code stylesigurdsvela2015-04-061-1/+1
* Fix typo in commentsigurdsvela2015-04-061-1/+1
* Implement getUnknownMessage in UnknownOptionsigurdsvela2015-04-061-0/+7
* Add explicit value setter to Result classLee Jarvis2015-02-041-0/+14
* Remove "--" from the unprocessed argumentsDavid Rodríguez2015-01-111-0/+5
* Support `tail: true` config optionLee Jarvis2015-01-021-0/+6
* Reset parser every time parse is calledLee Jarvis2014-12-303-14/+14