summaryrefslogtreecommitdiff
path: root/lib/slop/result.rb
Commit message (Expand)AuthorAgeFilesLines
* add Slop::Result#fetchGiovanni Benussi2018-06-271-7/+21
* Add config option underscore_flagslbriais-feature/add_config_for_underscore_switchLaurent B2017-05-011-1/+5
* Better handling of option names with multiple wordsTim Rogers2015-06-131-1/+1
* Add explicit value setter to Result classLee Jarvis2015-02-041-0/+11
* Add result/parser `arguments` methodLee Jarvis2014-12-191-0/+18
* Add readme section for printing helpLee Jarvis2014-12-171-2/+2
* Add NullOption and default to using itLee Jarvis2014-12-171-1/+1
* Fix doc typoLee Jarvis2014-11-201-2/+2
* Alias to_h to_hashLee Jarvis2014-11-201-0/+1
* Add MissingArgument error processing, and suppressingLee Jarvis2014-11-191-0/+4
* Support method_missing checks for used optionsLee Jarvis2014-11-191-0/+13
* Add custom "finish" method for optionsLee Jarvis2014-11-191-0/+8
* Add public "get" methods to ResultLee Jarvis2014-11-191-0/+21
* Add Result#to_hashLee Jarvis2014-11-191-1/+5
* Basic option parsingLee Jarvis2014-11-191-0/+10