summaryrefslogtreecommitdiff
path: root/example2.py
Commit message (Expand)AuthorAgeFilesLines
* Drop empty lines, iterate over dict, not .keys()Lars Wirzenius2017-01-271-1/+0
* Add subcommand usage getterRichard Ipsum2015-08-291-2/+8
* Add running of pylint in 'make check' and fix thingsLars Wirzenius2015-04-181-3/+5
* Remove trailing whitespace from ends of linesLars Wirzenius2013-06-091-12/+12
* format subcommand descriptions in --help betterLars Wirzenius2011-12-191-1/+6
* Change license to be GPL version 2 or later.Lars Wirzenius2011-09-271-5/+6
* Add cmd_synopsis to example2.Lars Wirzenius2011-09-131-0/+5
* Add a longer description to subcommand, for testing --help output.Lars Wirzenius2011-08-281-1/+6
* Do not hardcode config files.Lars Wirzenius2011-08-021-1/+0
* Document subcommands in --help output.Lars Wirzenius2011-05-291-0/+2
* Add way to add more description after list of options.Lars Wirzenius2011-05-291-1/+6
* Add a way to give a short description of the program.Lars Wirzenius2011-05-291-1/+4
* Add example using subcommands.Lars Wirzenius2011-05-261-0/+42