Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted class attributes which aren't intended to be dynamically settable ↵ | Todd Leonhardt | 2019-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | to instance attributes The following are now instance attributes: - allow_cli_args - default_to_shell - quit_on_sigint The following class attribute was deleted due to lack of use: - reserved_words The following instance attribute was deleted due to lack of use: - keywords | ||||
* | Made hooks.py executable | Todd Leonhardt | 2018-09-28 | 1 | -0/+0 |
| | |||||
* | Updated abbreviation example to use new cmd2 function to resolve command ↵ | Kevin Van Brunt | 2018-09-28 | 1 | -5/+5 |
| | | | | functions | ||||
* | Address feedback in PR | kotfu | 2018-07-21 | 1 | -2/+2 |
| | |||||
* | Add hook example | kotfu | 2018-07-21 | 1 | -0/+115 |