Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ensure help function works if use_argument_list = True | kotfu | 2018-01-14 | 1 | -3/+3 | |
| | ||||||
* | more robust argparse and arglist decorators | kotfu | 2018-01-14 | 1 | -2/+44 | |
| | ||||||
* | add use_argument_list setting | kotfu | 2018-01-12 | 1 | -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 decorator | kotfu | 2018-01-12 | 1 | -2/+13 | |
| | ||||||
* | @with_argument_parser now passes an arglist instead of a string | kotfu | 2018-01-12 | 1 | -5/+16 | |
| | ||||||
* | Fix a nasty bug in @with_argument_parser | Jared Crapo | 2018-01-10 | 1 | -0/+16 | |
| | | | | second argument of do_* methods was getting mangled when we strip quotes | |||||
* | Set prog in argparser based on the name of the function | kotfu | 2018-01-07 | 1 | -7/+8 | |
| | ||||||
* | Properly set docstring so it contains help message | kotfu | 2018-01-07 | 1 | -2/+10 | |
| | ||||||
* | Add tests for POSIX=true and arguments containing spaces | kotfu | 2018-01-07 | 1 | -3/+25 | |
| | ||||||
* | Default posix and quote removal working. | kotfu | 2018-01-07 | 1 | -15/+21 | |
| | ||||||
* | New test cases for argparse | Jared Crapo | 2018-01-07 | 1 | -0/+54 | |