summaryrefslogtreecommitdiff
path: root/lib/slop/options.rb
Commit message (Expand)AuthorAgeFilesLines
* changed str << to str +=Dewayne VanHoozer2020-09-051-3/+3
* Fix bug with separators around `help: false` optsLee Jarvis2020-07-101-2/+2
* Tests on Ruby 2.7.0Juha Ylitalo2020-01-071-4/+4
* Allow calling `Options#separator` without args, defaulting to an empty stringTeemu Matilainen2019-01-201-1/+1
* Add more tests for Options#separatorLee Jarvis2017-11-171-0/+4
* Fix separator so it doesn't mutate user dataMarc-Andre Lafortune2017-11-131-1/+1
* Add config option underscore_flagslbriais-feature/add_config_for_underscore_switchLaurent B2017-05-011-3/+4
* inside tail sort, retain original sort orderCaio Chassot2016-04-141-1/+1
* Can specify a custom banner string in Options via configPhil Rees2016-03-181-1/+1
* Support `tail: true` config optionLee Jarvis2015-01-021-1/+1
* Provide and option to disable bannersLee Jarvis2014-12-191-1/+2
* Comments and clean upLee Jarvis2014-12-171-0/+17
* Add NullOption and default to using itLee Jarvis2014-12-171-3/+22
* Handle UnknownOption exceptionsLee Jarvis2014-11-191-1/+1
* Add MissingArgument error processing, and suppressingLee Jarvis2014-11-191-3/+9
* Yield option arguments to option blocksLee Jarvis2014-11-191-2/+2
* Allow options to be hidden from help stringLee Jarvis2014-11-191-1/+1
* Add Slop.parse()Lee Jarvis2014-11-191-1/+4
* Basic option parsingLee Jarvis2014-11-191-0/+12
* Add Options#to_s help stringLee Jarvis2014-11-191-2/+34
* Start of rewriteLee Jarvis2014-11-181-36/+34
* Slop::Options should be enumLee Jarvis2013-09-021-2/+7
* Beginning of Slop 4.0 rewriteLee Jarvis2013-08-291-0/+48
* initial basic pass at public apiLee Jarvis2011-12-231-31/+0
* moved classes into separate filesLee Jarvis2011-12-221-0/+31
* removed options.rb and merged single method class into slop.rbLee Jarvis2011-07-071-29/+0
* remove deprecated Slop::Options#to_helpLee Jarvis2011-07-071-8/+0
* removed deprecated Slop::Options#to_hashLee Jarvis2011-07-071-12/+0
* use include? rather than two conditionals/||Lee Jarvis2011-05-201-2/+1
* add some documentation to Slop::Options#[]Lee Jarvis2011-05-201-1/+7
* remove more parenthesesLee Jarvis2011-05-201-1/+1
* only need to call super hereLee Jarvis2011-05-191-1/+1
* added @see tag to Options#to_hashLee Jarvis2011-05-191-0/+1
* add doc example to Options#[]Lee Jarvis2011-05-031-0/+6
* use symbol to_proc for theseLee Jarvis2011-04-231-3/+3
* reject ! == select duhLee Jarvis2011-04-231-1/+1
* move this logicLee Jarvis2011-04-231-1/+1
* no need for outer hash hereLee Jarvis2011-04-231-4/+3
* do not display help for options with :help => falseLee Jarvis2011-04-191-1/+2
* do not cast strings to fetch array indexesLee Jarvis2011-04-181-3/+3
* more docsLee Jarvis2011-04-031-2/+3
* move Options class into its own fileLee Jarvis2011-04-031-0/+36