summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Handle equals character for non-option valuespedantic-equalsLee Jarvis2018-03-121-2/+2
* Bump version to v4.6.1v4.6.1Lee Jarvis2017-11-201-1/+1
* Add more tests for Options#separatorLee Jarvis2017-11-171-0/+4
* Fix separator so it doesn't mutate user dataMarc-Andre Lafortune2017-11-131-1/+1
* Bump version to 4.6.0v4.6.0Lee Jarvis2017-10-061-1/+1
* Support for required optionsWilliam Woodruff2017-09-293-0/+20
* Fix bug preventing '--' being passed as the first argument.Thomas Bénéteau2017-08-051-0/+1
* Bump version to 4.5.0v4.5.0Lee Jarvis2017-05-221-1/+1
* Merge tag 'v4.4.3'Lee Jarvis2017-05-021-1/+1
|\
| * Bump version to 4.4.3v4.4.3v4.4.3Lee Jarvis2017-05-021-1/+1
| * Fix Ruby 2.0.0 broken `private def ...`Lee Jarvis2017-05-021-1/+1
* | Fix Ruby 2.0.0 broken `private def ...`Lee Jarvis2017-05-021-1/+1
* | Add config option underscore_flagslbriais-feature/add_config_for_underscore_switchLaurent B2017-05-013-5/+18
|/
* Bump version to 4.2.2v4.4.2Lee Jarvis2017-04-291-1/+1
* Avoid deleting args after '--'Lee Jarvis2017-04-291-6/+14
* Fix support for parsing -x5Lee Jarvis2017-01-291-7/+20
* Bump version to 4.4.1v4.4.1Lee Jarvis2016-08-211-1/+1
* Handle bad constant names in Slop.option_defined?Lee Jarvis2016-08-211-0/+4
* Bump version 4.4.0v4.4.0Lee Jarvis2016-08-151-1/+1
* Merge pull request #193 from kch/order-fixLee Jarvis2016-04-151-1/+1
|\
| * inside tail sort, retain original sort orderCaio Chassot2016-04-141-1/+1
* | Support arguments to options with leading -Andrew Clemons2016-04-042-3/+11
|/
* Bump version to 4.3.0v4.3.0Lee Jarvis2016-03-191-1/+1
* Can specify a custom banner string in Options via configPhil Rees2016-03-181-1/+1
* Allow disabling the delimiter for array argumentsMike Pastore2016-02-181-2/+6
* Bump version 4.2.1v4.2.1Lee Jarvis2015-11-251-1/+1
* Fix bug where true is passed to BoolOption block regardless of --no- prefixBen Brady2015-11-241-2/+1
* Fix bug regarding --foo=bar style optionsNaoki Mizuno2015-09-081-3/+6
* Use each_with_index for looping over argumentsNaoki Mizuno2015-09-081-13/+3
* Fix arguments removed with option argumentsNaoki Mizuno2015-09-081-1/+16
* #163 only raise MissingArgument if not default_valueBen Brady2015-06-301-3/+8
* Simplify checking for grouped short flagsLee Jarvis2015-06-201-1/+1
* Bump version v4.2.0v4.2.0Lee Jarvis2015-06-181-1/+1
* Better handling of option names with multiple wordsTim Rogers2015-06-132-2/+2
* Support --no- prefix for inverting boolean optionsLee Jarvis2015-05-212-2/+21
* Added support for RegexpLaurent Arnoud2015-05-171-0/+7
* Bump version 4.1.0v4.1.0Lee Jarvis2015-04-181-2/+1
* Remove poitless semicolon in error.rbSigurd Svela2015-04-091-1/+1
* Remove semi-colon and extraneous whitespace in errorsigurdsvela2015-04-091-1/+1
* Rewrite UnknownOption.getUnknownOption() to flagsigurdsvela2015-04-071-6/+4
* Rewrite MissingOption.getFlags() to flagssigurdsvela2015-04-071-8/+6
* Implement getFlags in MissingArgumentsigurdsvela2015-04-062-1/+11
* Use parenthesis with new to conform to code stylesigurdsvela2015-04-061-1/+1
* Remove semi-colons to conform to the code stylesigurdsvela2015-04-061-3/+3
* Implement getUnknownMessage in UnknownOptionsigurdsvela2015-04-062-2/+11
* Add explicit value setter to Result classLee Jarvis2015-02-041-0/+11
* Remove "--" from the unprocessed argumentsDavid Rodríguez2015-01-111-1/+6
* Support `tail: true` config optionLee Jarvis2015-01-022-2/+14
* Reset parser every time parse is calledLee Jarvis2014-12-301-0/+2
* Support a limit config to ArrayOptionLee Jarvis2014-12-301-1/+5