summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/doc.rb
Commit message (Collapse)AuthorAgeFilesLines
* Feature #2276 Single Executable: Pass a commandline object to the applicationJesse Wolfe2010-02-171-2/+2
| | | | | | Refactor so that the command line options only get parsed once Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
* Refactor #3706 Reify eigenclasses of ApplicationsJesse Wolfe2010-02-171-11/+11
| | | | | | | | | | The Puppet::Application DSL is complicated by the fact that it operates on eigenclasses of instances of Puppet::Application, rather than subclassing it. This patch reifies the eigenclasses as subclasses of Puppet::Application. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-171-2/+2
| | | | | | Extract the logic to determine the subcommand name into a method. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
* Renaming applications, mostly removing 'puppet'Luke Kanies2010-02-171-0/+224
Signed-off-by: Luke Kanies <luke@madstop.com>