Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The functions cmd2 adds to Namespaces (get_statement() and get_handler()) ↵ | Kevin Van Brunt | 2020-08-26 | 1 | -1/+1 |
| | | | | | | | are now Cmd2AttributeWrapper objects named cmd2_statement and cmd2_handler. This makes it easy to filter out which attributes in an argparse.Namespace were added by cmd2. | ||||
* | Updated documentation with more explicit discussions on testing | Eric Lin | 2020-08-20 | 1 | -0/+46 |
Added unit test to verify command name validation updates. |