summaryrefslogtreecommitdiff
path: root/examples/argparse_example.py
Commit message (Expand)AuthorAgeFilesLines
* Renamed @with_argument_parser decorator to @with_argparserTodd Leonhardt2018-01-211-3/+3
* Simplified a few argparse examples and fixed some incorrect documentationTodd Leonhardt2018-01-171-2/+2
* Improved how new argparse-based decorators provide helpTodd Leonhardt2018-01-171-1/+1
* Changed @with_argument_parser to only pass single argument to commandsTodd Leonhardt2018-01-151-2/+2
* Made a couple cleanup changesTodd Leonhardt2018-01-151-11/+13
* new @with_argument_list decoratorkotfu2018-01-121-5/+15
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-2/+2
* simplify outputJared Crapo2018-01-101-6/+3
* Clean up variable nameskotfu2018-01-071-2/+2
* Set prog in argparser based on the name of the functionkotfu2018-01-071-4/+1
* Properly set docstring so it contains help messagekotfu2018-01-071-36/+36
* Add tests for POSIX=true and arguments containing spaceskotfu2018-01-071-2/+18
* Default posix and quote removal working.kotfu2018-01-071-15/+17
* Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparseJared Crapo2017-12-111-8/+8
|\
| * Made a couple fixes to existing examplesTodd Leonhardt2017-11-111-8/+8
* | Plan and first working code for argparse decoratorJared Crapo2017-12-111-1/+25
|/
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-9/+11
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-3/+3
* Added info to CHANGES.rst on what bugs have been fixed so far this release.Todd Leonhardt2017-03-041-0/+88