summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support a limit config to ArrayOptionLee Jarvis2014-12-301-0/+6
* add Float supportRick Hull2014-12-291-0/+18
* Add result/parser `arguments` methodLee Jarvis2014-12-191-0/+6
* Add NullOption and default to using itLee Jarvis2014-12-172-13/+28
* Default array values to []Lee Jarvis2014-11-191-0/+4
* Ensure booleans default to falseLee Jarvis2014-11-191-0/+5
* Handle UnknownOption exceptionsLee Jarvis2014-11-191-0/+14
* Add MissingArgument error processing, and suppressingLee Jarvis2014-11-191-0/+17
* Handle short grouped flagsLee Jarvis2014-11-191-1/+12
* Support flag=argLee Jarvis2014-11-191-0/+19
* Yield option arguments to option blocksLee Jarvis2014-11-191-0/+7
* Allow options to be hidden from help stringLee Jarvis2014-11-191-0/+5
* Support method_missing checks for used optionsLee Jarvis2014-11-191-0/+7
* Add custom "finish" method for optionsLee Jarvis2014-11-191-0/+17
* Handle default valuesLee Jarvis2014-11-191-0/+6
* Add more option typesLee Jarvis2014-11-191-0/+54
* Store executed count on optionsLee Jarvis2014-11-191-0/+7
* Ignore everything after -- and reset the parserLee Jarvis2014-11-191-0/+5
* Expose used/unused options in parserLee Jarvis2014-11-191-0/+24
* Add public "get" methods to ResultLee Jarvis2014-11-191-4/+27
* Add Result#to_hashLee Jarvis2014-11-192-0/+28
* Add Options#to_s help stringLee Jarvis2014-11-192-0/+32
* Start of rewriteLee Jarvis2014-11-186-260/+62
* Added Command#processLee Jarvis2013-08-291-0/+12
* Beginning of Slop 4.0 rewriteLee Jarvis2013-08-293-569/+179