summaryrefslogtreecommitdiff
path: root/tests/test_argparse.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Ensure help function works if use_argument_list = Truekotfu2018-01-141-3/+3
|
* more robust argparse and arglist decoratorskotfu2018-01-141-2/+44
|
* add use_argument_list settingkotfu2018-01-121-0/+21
| | | | new attribute on Cmd2.cmd which defaults to false, but if set true, causes all do_* commands to receive a list of arguments, instead of a string of what the user typed.
* new @with_argument_list decoratorkotfu2018-01-121-2/+13
|
* @with_argument_parser now passes an arglist instead of a stringkotfu2018-01-121-5/+16
|
* Fix a nasty bug in @with_argument_parserJared Crapo2018-01-101-0/+16
| | | | second argument of do_* methods was getting mangled when we strip quotes
* Set prog in argparser based on the name of the functionkotfu2018-01-071-7/+8
|
* Properly set docstring so it contains help messagekotfu2018-01-071-2/+10
|
* Add tests for POSIX=true and arguments containing spaceskotfu2018-01-071-3/+25
|
* Default posix and quote removal working.kotfu2018-01-071-15/+21
|
* New test cases for argparseJared Crapo2018-01-071-0/+54