summaryrefslogtreecommitdiff
path: root/cliapp/app.py
Commit message (Expand)AuthorAgeFilesLines
* Disable VmRSS reporting on non-Linux platformstrunkLars Wirzenius2013-08-221-0/+2
* Make "help" give useful error if subcommand is unknownLars Wirzenius2013-06-091-0/+2
* Remove trailing whitespace from ends of linesLars Wirzenius2013-06-091-80/+80
* Refactor to avoid duplicated codeLars Wirzenius2013-02-101-24/+8
* Add help-all subcommandLars Wirzenius2013-02-101-0/+24
* Allow hiding of subcommands from help outputLars Wirzenius2013-02-101-7/+14
* Add subcommand aliasesLars Wirzenius2013-02-101-6/+15
* Handle newline-less docstringsLars Wirzenius2013-01-191-2/+6
* Exclude from test coverageLars Wirzenius2013-01-191-1/+1
* Remove dead codeLars Wirzenius2013-01-191-33/+0
* Make help subcommand show full documentation for named commandsLars Wirzenius2013-01-191-3/+21
* Obey COLUMNS for help outputLars Wirzenius2013-01-191-1/+6
* Format output of the help subcommandLars Wirzenius2013-01-191-2/+5
* Use new formatter for --help output to list subcommand summariesLars Wirzenius2013-01-191-4/+3
* Start a text formatting classLars Wirzenius2013-01-191-3/+14
* Log process times when logging memory infoLars Wirzenius2013-01-191-0/+12
* Make logging setup more overrideable by appLars Wirzenius2013-01-191-6/+43
* Log Python version at startupLars Wirzenius2013-01-101-0/+1
* Set process title only if /proc/self/comm existsLars Wirzenius2012-12-251-6/+4
* Add a way to compute setting valuesLars Wirzenius2012-12-191-3/+18
* Exclude the help subcommand code from test coverageLars Wirzenius2012-12-081-1/+1
* Add a default subcommand 'help'Lars Wirzenius2012-12-081-0/+13
* Trigger memory dump at the beginningLars Wirzenius2012-12-041-1/+1
* Fix test for memory dump intervalLars Wirzenius2012-12-041-1/+1
* Fix attribute nameLars Wirzenius2012-12-031-1/+1
* Add memory-profiling-interval settingLars Wirzenius2012-12-031-0/+8
* Fix meliae memory dumpingLars Wirzenius2012-12-031-0/+3
* Make subcommand arg synopsis default to empty stringLars Wirzenius2012-10-181-1/+1
* Handle process name setting IOErrors gracefullyLars Wirzenius2012-10-091-3/+6
* syslog improvementsLars Wirzenius2012-10-081-5/+15
* Merge from upstreamLars Wirzenius2012-09-221-1/+1
|\
| * Fix docstring for setup methodLars Wirzenius2012-09-121-1/+1
* | Log SystemExit error message as wellLars Wirzenius2012-07-071-0/+1
|/
* Fix SystemExit error message printingLars Wirzenius2012-07-071-0/+2
* Log environment variables at startupLars Wirzenius2012-05-231-0/+3
* Make runcmd, runcmd_unchecked be available as independent functionsLars Wirzenius2012-05-211-170/+4
* Log command line and processed settingsLars Wirzenius2012-05-181-2/+11
* Remove pointless logging and reporting of system exit codeLars Wirzenius2012-05-091-2/+0
* Merge from elsewhere.Lars Wirzenius2012-05-081-1/+35
|\
| * Improve how plugins are loaded and setup by the applicationLars Wirzenius2012-02-281-1/+35
* | Handle SystemExit with string values instead of integersLars Wirzenius2012-04-211-1/+3
* | Fix syntax error and missing import for gcLars Wirzenius2012-04-141-0/+1
* | Add --log=noneLars Wirzenius2012-04-081-1/+1
* | Fix AppExceptions to require and print an error messageLars Wirzenius2012-03-241-0/+6
|/
* Make log files have 0600 file mode by defaultLars Wirzenius2012-02-221-1/+19
* Add program name to error message about failing to execute itLars Wirzenius2012-02-171-8/+5
* Fix bug and release version 0.25.2.cliapp-0.25.2Lars Wirzenius2012-02-081-1/+7
* Fix pipelining problem with more than one commandLars Wirzenius2012-02-081-5/+6
* Add setup and cleanup methods to ApplicationLars Wirzenius2012-02-061-0/+22
* Mark stuff outside test coverageLars Wirzenius2012-02-061-2/+2