summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/command_line.rb
Commit message (Expand)AuthorAgeFilesLines
* (#7746) Fix bootstrap issues from #7717 fix.Daniel Pittman2011-06-011-9/+62
* (#7177) Deprecate implicit 'puppet apply' for 2.7.0Daniel Pittman2011-06-011-2/+24
* (#7717) Layout cleanup for subcommand extraction.Daniel Pittman2011-06-011-5/+11
* (#7304) Remove full puppet help output when subcommand cannot be foundNigel Kersten2011-05-041-6/+1
* (#7304) Improve help from `puppet foo`Daniel Pittman2011-05-021-1/+1
* Merge remote-tracking branch 'community/feature/puppet-device' into 2.7.xPieter van de Bruggen2011-04-181-1/+2
* (#7056) Use 'face' rather than 'faces' in the production code.Daniel Pittman2011-04-131-2/+2
* maint: whitespace cleanup for puppet/util/command_line.Daniel Pittman2011-04-121-5/+5
* (#6962) delegate global usage to the help face.Daniel Pittman2011-04-121-10/+13
* (#6992) Expose available_subcommands as a class method.Daniel Pittman2011-04-121-2/+9
* (maint) Indentation fixesMarkus Roberts2011-04-061-11/+9
* (#6490) Add plugin initialization callback system to coreMarkus Roberts2011-04-061-1/+6
* (#6499) Make puppet respond identically to -h and --helpnfagerlund2011-02-251-1/+1
* (5977) Puppet::Applications can be loaded from multiple paths.Dan Bode2011-01-141-2/+6
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-89/+89
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+4
* [#3865] External subcommandsJesse Wolfe2010-02-171-1/+14
* Fix path handlingDavid Schmitt2010-02-171-1/+1
* Feature #2935: method extract require_applicationJesse Wolfe2010-02-171-1/+5
* feature #2276 Single Executable: move CommandLine methodsJesse Wolfe2010-02-171-44/+32
* Feature #2276 Single Executable: Pass a commandline object to the applicationJesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: CommandLine can be instantiatedJesse Wolfe2010-02-171-1/+43
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-171-6/+39
* feature #2276 Single Executable: help for applyJesse Wolfe2010-02-171-0/+1
* Fix #3552 single executable should display usageJesse Wolfe2010-02-171-6/+4
* Fix #3552 single executable should display usageJesse Wolfe2010-02-171-0/+15