Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made a couple cleanup changes | Todd Leonhardt | 2018-01-15 | 1 | -19/+23 |
* | remove use_argument_list attribute | kotfu | 2018-01-14 | 1 | -34/+0 |
* | 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 @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 |
* | 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 |