summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add Result#to_hashLee Jarvis2014-11-192-1/+9
* Basic option parsingLee Jarvis2014-11-196-0/+61
* Add Options#to_s help stringLee Jarvis2014-11-192-3/+43
* Start of rewriteLee Jarvis2014-11-1810-479/+61
* Simplify command to_hashLee Jarvis2013-09-021-5/+1
* Slop::Options should be enumLee Jarvis2013-09-021-2/+7
* Simplify Commands#to_hashLee Jarvis2013-09-021-3/+1
* Use public_send over sendLee Jarvis2013-08-311-1/+1
* Added Command#processLee Jarvis2013-08-291-0/+6
* Remove unnecessary extract methodsLee Jarvis2013-08-291-12/+2
* Simplify extraction of short/long flagsLee Jarvis2013-08-291-12/+4
* Remove errors fileLee Jarvis2013-08-291-35/+0
* Beginning of Slop 4.0 rewriteLee Jarvis2013-08-298-757/+462
* Use curlys for chaining block method callsLee Jarvis2013-08-131-2/+2
* Clean up conditional operatorsLee Jarvis2013-08-131-1/+1
* Use alias_method over aliasLee Jarvis2013-08-131-5/+5