summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mention commands (or lack of)v4.0.04.0Lee Jarvis2014-12-271-0/+8
* Remove CHANGES.mdLee Jarvis2014-12-271-292/+0
* Provide and option to disable bannersLee Jarvis2014-12-191-1/+2
* Add result/parser `arguments` methodLee Jarvis2014-12-194-2/+54
* 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-172-2/+56
* Add NotImplementedError and docsLee Jarvis2014-12-171-1/+14
* Fix typoLee Jarvis2014-12-171-1/+1
* Document ParserLee Jarvis2014-12-171-2/+13
* Document OptionLee Jarvis2014-12-171-0/+11
* Document slop class methodsLee Jarvis2014-12-171-0/+30
* description tweakLee Jarvis2014-12-171-1/+1
* Add VERSION, stop managing it separately in gemspecLee Jarvis2014-12-172-1/+6
* Require ruby version in gemspecLee Jarvis2014-12-171-1/+1
* Add errors section to readmeLee Jarvis2014-12-171-0/+25
* Add option types to READMELee Jarvis2014-12-171-0/+17
* Just remove the license yearLee Jarvis2014-12-171-1/+1
* It doesnt support 1.8 oopsLee Jarvis2014-12-171-1/+1
* Only test 2.0+ on v4Lee Jarvis2014-12-171-2/+0
* Tweak README to mention Ruby version supportLee Jarvis2014-12-171-1/+4
* Add "on" example to readmeLee Jarvis2014-12-171-0/+4
* Add NullOption and default to using itLee Jarvis2014-12-176-17/+65
* 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-192-0/+8
* Update readme and add type aliasesLee Jarvis2014-11-192-2/+25
* Add README section on custom typesLee Jarvis2014-11-191-0/+49
* Update readmeLee Jarvis2014-11-191-1/+1
* Ensure booleans default to falseLee Jarvis2014-11-193-1/+14
* Start cleaning up READMELee Jarvis2014-11-191-172/+24
* Handle UnknownOption exceptionsLee Jarvis2014-11-195-9/+29
* Add MissingArgument error processing, and suppressingLee Jarvis2014-11-197-3/+60
* Handle short grouped flagsLee Jarvis2014-11-192-7/+27
* Support flag=argLee Jarvis2014-11-192-5/+35
* Yield option arguments to option blocksLee Jarvis2014-11-193-4/+13
* Allow options to be hidden from help stringLee Jarvis2014-11-193-2/+15
* Add Slop.parse()Lee Jarvis2014-11-192-1/+8
* Support method_missing checks for used optionsLee Jarvis2014-11-192-0/+20
* Add custom "finish" method for optionsLee Jarvis2014-11-194-2/+36
* Handle default valuesLee Jarvis2014-11-192-1/+7
* Add more option typesLee Jarvis2014-11-193-3/+78
* Store executed count on optionsLee Jarvis2014-11-193-4/+26
* Ignore everything after -- and reset the parserLee Jarvis2014-11-192-3/+17
* Expose used/unused options in parserLee Jarvis2014-11-192-2/+33
* Add public "get" methods to ResultLee Jarvis2014-11-192-4/+48
* Add Result#to_hashLee Jarvis2014-11-194-1/+37
* Basic option parsingLee Jarvis2014-11-196-0/+61
* Add Options#to_s help stringLee Jarvis2014-11-194-3/+75