summaryrefslogtreecommitdiff
path: root/cmd2/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Marked with_arparser_and_unknown_args deprecated and consolidatedEric Lin2020-08-041-64/+33
* Minor formatting fixes. Injecting a function into namespace objects before pa...Eric Lin2020-08-041-0/+13
* Now maintains a command->CommandSet mapping and passes the CommandSetanselor2020-08-041-3/+6
* Suggested PR Fixes.Eric Lin2020-08-041-6/+17
* Adds support for injectable subcommands as part of CommandSetEric Lin2020-08-041-0/+31
* updated importsEric Lin2020-08-041-1/+4
* added additional documentation for new decorator behaviorEric Lin2020-08-041-3/+24
* Adjusted decorators to accept variable positional parametersEric Lin2020-08-041-18/+41
* Updated _set_parser_prog() so future calls to add_parser() will set the corre...Kevin Van Brunt2020-04-231-1/+5
* Fixed issue where subcommand usage text could contain a subcommand alias inst...Kevin Van Brunt2020-04-231-5/+20
* argument_list and argparse wrappers now pass kwargs through to the wrapped co...Kevin Van Brunt2020-04-201-7/+35
* Added Cmd2ShlexErrorKevin Van Brunt2020-03-121-3/+3
* Changed name of exception class as requested in code reviewKevin Van Brunt2020-03-051-3/+3
* Prevent postcmd_hook from running when argparse failsKevin Van Brunt2020-03-051-2/+3
* Revise table of contents to include a description of each modulekotfu2020-02-241-1/+1
* Add examples to argpars decoratorskotfu2020-02-241-3/+31
* Embedded examples and cross-links for categorize() and with_category()kotfu2020-02-201-0/+3
* Merge branch 'master' into api_docskotfu2020-02-201-1/+1
|\
| * Moved categorize() to utils.py and made set_parser_prog() non-publicKevin Van Brunt2020-02-201-20/+6
* | Add documentation for parsing classeskotfu2020-02-141-14/+26
* | move `categorize()` to `utils.py` and make `set_parser_prog` a private methodkotfu2020-02-141-19/+5
* | Add example to with_argument_list docstringkotfu2020-02-101-3/+13
|/
* Moving a bit of code around to shrink cmd2.pyKevin Van Brunt2019-10-311-0/+203