summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add VERSION, stop managing it separately in gemspecLee Jarvis2014-12-171-0/+2
* Add NullOption and default to using itLee Jarvis2014-12-174-4/+37
* Fix doc typoLee Jarvis2014-11-201-2/+2
* Alias to_h to_hashLee Jarvis2014-11-201-0/+1
* Simplify Parser used_optionsLee Jarvis2014-11-201-3/+5
* 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-192-1/+9