summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Handle UnknownOption exceptionsLee Jarvis2014-11-194-9/+15
* Add MissingArgument error processing, and suppressingLee Jarvis2014-11-196-3/+43
* Handle short grouped flagsLee Jarvis2014-11-191-6/+15
* Support flag=argLee Jarvis2014-11-191-5/+16
* Yield option arguments to option blocksLee Jarvis2014-11-192-4/+6
* Allow options to be hidden from help stringLee Jarvis2014-11-192-2/+10
* Add Slop.parse()Lee Jarvis2014-11-192-1/+8
* Support method_missing checks for used optionsLee Jarvis2014-11-191-0/+13
* Add custom "finish" method for optionsLee Jarvis2014-11-193-2/+19
* Handle default valuesLee Jarvis2014-11-191-1/+1
* Add more option typesLee Jarvis2014-11-192-3/+24
* Store executed count on optionsLee Jarvis2014-11-192-4/+19
* Ignore everything after -- and reset the parserLee Jarvis2014-11-191-3/+12
* Expose used/unused options in parserLee Jarvis2014-11-191-2/+9
* Add public "get" methods to ResultLee Jarvis2014-11-191-0/+21