summaryrefslogtreecommitdiff
path: root/examples/modular_commands_basic.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed isort to force wrapping of imports to reduce merge conflicts from ↵Eric Lin2021-01-221-1/+4
| | | | minor import changes.
* Breaking change: Removed cmd2 app as a required second parameter toEric Lin2020-08-121-4/+4
| | | | | | CommandSet command functions (do_, complete_, help_). Renamed install_command_set and uninstall_command_set to register_command_set and unregister_command_set.
* updated importsEric Lin2020-08-041-0/+37
Added additional documentation