summaryrefslogtreecommitdiff
path: root/examples/arg_print.py
Commit message (Expand)AuthorAgeFilesLines
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Use self.poutput() instead of print() in arg_print.py exampleTodd Leonhardt2018-03-071-4/+4
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-2/+2
* Renamed new decorator to @with_argparser_and_unknown_args to make it more des...Todd Leonhardt2018-01-151-2/+2
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-9/+30
* Modified examples still using @options to import make_option from optparseTodd Leonhardt2018-01-151-1/+2
* Updated docs to make it more clear that you need to update shortcuts attribut...Todd Leonhardt2017-11-091-1/+8
* Improved documentation for how a user can modify comment grammar/styleTodd Leonhardt2017-09-221-0/+39