summaryrefslogtreecommitdiff
path: root/lib/mixlib/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* [MIXLIB-CLI-63] Add deprecated_option supportexperimentMarc A. Paradise2019-06-051-30/+137
* Add more specs and use or not andTim Smith2019-05-131-3/+3
* Print out human readable lists of allowed CLI optionsTim Smith2019-05-131-3/+13
* Improve the --help text output of 'in:'btm/included_textBryan McLellan2019-05-131-1/+1
* Chefstyle fixesTim Smith2018-07-301-5/+5
* bugfix: if param :required is set to false and param :in is set the option is...Yuri Zubov2018-03-231-1/+1
* Avoid modification on possibly frozen stringGrégoire Seux2017-09-171-1/+2
* fix chefstyle offensesLamont Granquist2017-06-201-1/+1
* Opscode -> ChefTim Smith2016-08-231-2/+2
* Make chefstyle happy.Noah Kantrowitz2016-06-161-11/+11
* Support two-argument procs for reducer-style arguments. This allows CLI optio...Noah Kantrowitz2016-06-161-1/+12
* Fix chefstyle issuesThom May2016-05-051-2/+2
* Merge pull request #13 from chrisroberts/enhancement/option-inheritanceThom May2016-05-041-1/+40
|\
| * Re-implement `#deep_dup` with better names and some commentsChris Roberts2013-11-151-12/+26
| * Properly pass options during inheritance. Full dup to ensure proper option is...Chris Roberts2013-04-181-1/+26
* | Resolve chefstyle warningsTim Smith2016-03-161-9/+9
* | chefstyle fixeslcg/chefrstyleLamont Granquist2016-02-121-5/+4
* | Fix rspec tests for ruby-1.8.7Mehrez Alachheb2014-07-081-1/+1
* | Merge branch 'master' into malachheb-1.4.0Mehrez Alachheb2014-07-081-32/+39
|\ \
| * \ Merge pull request #12 from kachick/improve-remove_warnings_without_rspecBryan McLellan2014-05-211-1/+1
| |\ \
| | * | Avoid ruby-warning "instance variable @{ivar} not initialized"Kenichi Kamiya2013-02-171-1/+1
| | |/
| * | Add API to access option parser without parsing optionsdanielsdeleo2014-04-251-21/+24
| * | Add cli_arguments--remaining arguments after stripping CLI optionsjk/preserve-name-argsJohn Keiser2013-12-051-0/+4
| |/
* | Fix code review notesMehrez Alachheb2014-06-121-5/+3
* | Add option key ':in' to specifie that option value should be included in the...Mehrez Alachheb2013-06-151-1/+15
|/
* [CHEF-3497] optionally store default values separatelydanielsdeleo2013-01-091-5/+39
* [CHEF-3497] Document primary interface to mixlib-clidanielsdeleo2013-01-091-1/+39
* cleanup whitespacedanielsdeleo2013-01-091-32/+32
* CHEF-1563: required options always failJohn Keiser2011-08-251-1/+1
* CHEF-2571: support negated bool parametersJohn Keiser2011-08-251-13/+5
* moving argv.dup to top of parse_options to preserve return behaviorStephen Delano2010-03-261-1/+2
* [CHEF-828] Moved .dup() within parse_options() method body. Just in case you ...dreamcat42010-01-251-2/+2
* [CHEF-828] Preserve ARGV after @opt_parser.parse!dreamcat42010-01-251-1/+1
* Initial commitAdam Jacob2009-03-121-0/+196