summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Add some basic type docsLee Jarvis2014-12-301-1/+10
* add Float supportRick Hull2014-12-291-0/+7
* Provide and option to disable bannersLee Jarvis2014-12-191-1/+2
* Add result/parser `arguments` methodLee Jarvis2014-12-192-2/+32
* Remind myself why I did thisLee Jarvis2014-12-171-1/+2
* Comments and clean upLee Jarvis2014-12-173-4/+45
* Add readme section for printing helpLee Jarvis2014-12-171-2/+2
* Add NotImplementedError and docsLee Jarvis2014-12-171-1/+14
* Document ParserLee Jarvis2014-12-171-2/+13
* Document OptionLee Jarvis2014-12-171-0/+11
* Document slop class methodsLee Jarvis2014-12-171-0/+30