Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix chefstyle issues | Thom May | 2016-05-05 | 1 | -2/+2 | |
| | | | | Signed-off-by: Thom May <thom@may.lt> | |||||
* | Merge pull request #13 from chrisroberts/enhancement/option-inheritance | Thom May | 2016-05-04 | 1 | -1/+40 | |
|\ | | | | | [MIXLIB-14] Option inheritance | |||||
| * | Re-implement `#deep_dup` with better names and some comments | Chris Roberts | 2013-11-15 | 1 | -12/+26 | |
| | | ||||||
| * | Properly pass options during inheritance. Full dup to ensure proper option ↵ | Chris Roberts | 2013-04-18 | 1 | -1/+26 | |
| | | | | | | | | isolation. | |||||
* | | Resolve chefstyle warnings | Tim Smith | 2016-03-16 | 1 | -9/+9 | |
| | | ||||||
* | | chefstyle fixeslcg/chefrstyle | Lamont Granquist | 2016-02-12 | 2 | -6/+4 | |
| | | ||||||
* | | Fix rspec tests for ruby-1.8.7 | Mehrez Alachheb | 2014-07-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into malachheb-1.4.0 | Mehrez Alachheb | 2014-07-08 | 2 | -33/+40 | |
|\ \ | | | | | | | | | | | | | Conflicts: lib/mixlib/cli.rb | |||||
| * \ | Merge pull request #12 from kachick/improve-remove_warnings_without_rspec | Bryan McLellan | 2014-05-21 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | | | | | | | | Avoid ruby-warning "instance variable @{ivar} not initialized" Obvious fix. | |||||
| | * | | Avoid ruby-warning "instance variable @{ivar} not initialized" | Kenichi Kamiya | 2013-02-17 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Version bump to 1.5.0 for release1.5.0 | danielsdeleo | 2014-04-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add API to access option parser without parsing options | danielsdeleo | 2014-04-25 | 1 | -21/+24 | |
| | | | ||||||
| * | | Bump revision to 1.4.0v1.4.0 | John Keiser | 2013-12-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add cli_arguments--remaining arguments after stripping CLI optionsjk/preserve-name-args | John Keiser | 2013-12-05 | 1 | -0/+4 | |
| |/ | ||||||
* | | Fix code review notes | Mehrez Alachheb | 2014-06-12 | 1 | -5/+3 | |
| | | ||||||
* | | Add option key ':in' to specifie that option value should be included in ↵ | Mehrez Alachheb | 2013-06-15 | 1 | -1/+15 | |
|/ | | | | the given list | |||||
* | bump version to 1.3.0 (release)1.3.0 | danielsdeleo | 2013-01-15 | 1 | -1/+1 | |
| | ||||||
* | Bump to 1.3.0 RC 0 | danielsdeleo | 2013-01-09 | 1 | -1/+1 | |
| | ||||||
* | [CHEF-3497] optionally store default values separately | danielsdeleo | 2013-01-09 | 1 | -5/+39 | |
| | | | | | | | This will make it easier for knife to apply config settings in the proper order (default < config file < command line). It's not possible to do without this patch because knife must parse command line options to determine which config file to use. | |||||
* | [CHEF-3497] Document primary interface to mixlib-cli | danielsdeleo | 2013-01-09 | 1 | -1/+39 | |
| | ||||||
* | cleanup whitespace | danielsdeleo | 2013-01-09 | 1 | -32/+32 | |
| | ||||||
* | Remove Jeweler dependency; bump version to 1.2.1 | John Keiser | 2011-09-08 | 1 | -0/+6 | |
| | ||||||
* | CHEF-1563: required options always fail | John Keiser | 2011-08-25 | 1 | -1/+1 | |
| | ||||||
* | CHEF-2571: support negated bool parameters | John Keiser | 2011-08-25 | 1 | -13/+5 | |
| | | | | | Using --[no-]xxx on a boolean parameter lets the user specify the value as false, like in OptionParser. | |||||
* | moving argv.dup to top of parse_options to preserve return behavior | Stephen Delano | 2010-03-26 | 1 | -1/+2 | |
| | ||||||
* | [CHEF-828] Moved .dup() within parse_options() method body. Just in case you ↵ | dreamcat4 | 2010-01-25 | 1 | -2/+2 | |
| | | | | want to override ARGV with something else | |||||
* | [CHEF-828] Preserve ARGV after @opt_parser.parse! | dreamcat4 | 2010-01-25 | 1 | -1/+1 | |
| | ||||||
* | Initial commit | Adam Jacob | 2009-03-12 | 1 | -0/+196 | |