summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/trunk' into baserock/richardholland/clia...baserock/richardholland/cliapp-updateRic Holland2013-03-1518-156/+901
|\
| * Merge from canonical branchcliapp-1.20130313Lars Wirzenius2013-03-132-8/+17
| |\
| | * Add log_error to cliapp.runcmdLars Wirzenius2013-03-052-8/+17
| * | Prepare release version 1.20130313Lars Wirzenius2013-03-133-2/+8
| |/
| * Add ssh_runcmdLars Wirzenius2013-02-104-2/+72
| |\
| | * Update NEWSLars Wirzenius2013-02-101-0/+6
| | * Add cliapp.ssh_runcmdLars Wirzenius2013-02-102-1/+25
| | * Allow some more safe charactersLars Wirzenius2013-02-101-1/+5
| | * Quote single quoteLars Wirzenius2013-02-102-0/+5
| | * Quote double-quoteLars Wirzenius2013-02-101-0/+3
| | * Quote spacesLars Wirzenius2013-02-102-1/+14
| | * Allow safe characters as-isLars Wirzenius2013-02-101-0/+3
| | * Start a function to safely quote arbitrary strings for shellLars Wirzenius2013-02-103-1/+13
| | * Fix test class nameLars Wirzenius2013-02-101-1/+1
| |/
| * Document how --generate-manpage is used in cliapp(5)Lars Wirzenius2013-02-102-0/+45
| * Add hidden settings, subcommandsLars Wirzenius2013-02-105-26/+133
| |\
| | * Update NEWSLars Wirzenius2013-02-101-0/+3
| | * Refactor to avoid duplicated codeLars Wirzenius2013-02-101-24/+8
| | * Add help-all subcommandLars Wirzenius2013-02-101-0/+24
| | * Add --help-all option to show hidden options tooLars Wirzenius2013-02-101-0/+17
| | * Show/hide hidden options as requestedLars Wirzenius2013-02-101-12/+20
| | * Actually suppress help for hidden optionsLars Wirzenius2013-02-102-2/+7
| | * Add hidden setting to example4.pyLars Wirzenius2013-02-101-0/+3
| | * Add a hidden attribute to settingsesLars Wirzenius2013-02-101-6/+12
| | * Allow hiding of subcommands from help outputLars Wirzenius2013-02-103-7/+64
| |/
| * Subcommand aliasesLars Wirzenius2013-02-103-7/+27
| |\
| | * Update NEWSLars Wirzenius2013-02-101-1/+4
| | * Add subcommand aliasesLars Wirzenius2013-02-102-6/+23
| |/
| * Show summaries in help by default, full doc when requestedLars Wirzenius2013-01-196-49/+232
| |\
| | * Handle newline-less docstringsLars Wirzenius2013-01-191-2/+6
| | * Update NEWSLars Wirzenius2013-01-191-0/+3
| | * 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-192-20/+7
| | * Ensure empty lines before and after bullet listsLars Wirzenius2013-01-192-5/+26
| | * Collapse sequences of spaces into one spaceLars Wirzenius2013-01-192-3/+8
| | * Support bulleted listsLars Wirzenius2013-01-192-16/+65
| | * Always add trailing newline if input is not emptyLars Wirzenius2013-01-192-10/+20
| | * Format each paragraph separatelyLars Wirzenius2013-01-192-3/+16
| | * Add test for long input and trailing newlineLars Wirzenius2013-01-191-0/+3
| | * Make sure output ends with newline, if input didLars Wirzenius2013-01-192-1/+8
| | * Implement basic re-filling using textwrapLars Wirzenius2013-01-192-1/+8
| | * Add test for short one-line inputLars Wirzenius2013-01-191-0/+3
| | * Start a text formatting classLars Wirzenius2013-01-194-3/+81
| |/
| * Disallow default setting value of NoneLars Wirzenius2013-01-192-0/+3
| |\
| | * Update NEWSLars Wirzenius2013-01-191-0/+1
| | * Disallow a default value of NoneLars Wirzenius2013-01-191-0/+2
| |/