Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tests for invalid subcommands | Eric Lin | 2020-08-20 | 1 | -0/+27 |
* | Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is ... | Kevin Van Brunt | 2020-08-19 | 1 | -0/+35 |
* | When passing a ns_provider to an argparse command, will now attempt to resolv... | Eric Lin | 2020-08-12 | 1 | -5/+29 |
* | Breaking change: Removed cmd2 app as a required second parameter to | Eric Lin | 2020-08-12 | 2 | -135/+112 |
* | Will now traverse down CommandSet inheritance tree to find all leaf descendants.1.3.2 | Eric Lin | 2020-08-10 | 1 | -5/+34 |
* | Fixed prog value of subcommands added with as_subcommand_to() decorator. | Kevin Van Brunt | 2020-08-07 | 1 | -2/+2 |
* | Verify that a completer function is defined in a CommandSet before | Eric Lin | 2020-08-06 | 5 | -0/+1137 |