summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Feature #2276 Single Executable: usage messageJesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: optparser should get CommandLine#args instea...Jesse Wolfe2010-02-171-19/+24
* Feature #2276 Single Executable: Pass a commandline object to the applicationJesse Wolfe2010-02-171-2/+3
* Refactor #3706 Reify eigenclasses of ApplicationsJesse Wolfe2010-02-171-114/+82
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-171-1/+1
* feature #2276 Single Executable: rdoc paths on ubuntuJesse Wolfe2010-02-171-2/+2
* Fix 2239 (step two): introduce Puppet::Application.controlled_run method to p...Ethan Rowe2010-02-171-0/+12
* Fix 2239 (step one): introduce global settings represeting application run st...Ethan Rowe2010-02-171-0/+64
* Find both bin and sbin usage docs, fail gracefullyRein Henrichs2010-02-171-3/+6
* Initial puppet single executableRein Henrichs2010-02-171-2/+12
* Exiting from app failures instead of raisingLuke Kanies2009-07-311-5/+16
* Removed extra whitespace from end of linesIan Taylor2009-06-061-11/+11
* Refactoring how the Settings file is parsedLuke Kanies2009-02-191-2/+2
* Move --version handling to Puppet::ApplicationBrice Figureau2009-02-161-6/+16
* Introducing the Application ControllerBrice Figureau2009-02-161-0/+292