summaryrefslogtreecommitdiff
path: root/examples/help_categories.py
Commit message (Expand)AuthorAgeFilesLines
* Add in isort changesTodd Leonhardt2021-01-311-1/+3
* Add black for automatic code formatTodd Leonhardt2021-01-311-16/+10
* Changed isort to force wrapping of imports to reduce merge conflicts from min...Eric Lin2021-01-221-1/+3
* Added documentation about decorator order and updated an exampleTodd Leonhardt2020-04-091-6/+23
* Moving a bit of code around to shrink cmd2.pyKevin Van Brunt2019-10-311-1/+1
* Refactor exit_code implementationTodd Leonhardt2019-05-201-1/+2
* Updated documentationKevin Van Brunt2019-03-141-1/+4
* Updated examples and documentation pertaining to disabling commandsKevin Van Brunt2019-03-101-0/+12
* Fixed typo in exampleKevin Van Brunt2019-03-101-1/+1
* Fix flake8 issuesTodd Leonhardt2018-12-061-8/+9
* Fix import stragglerskotfu2018-05-231-3/+3
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-12/+11
* Addressed comments.Eric Lin2018-05-021-1/+2
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-1/+1
* Started removing dependency on sixTodd Leonhardt2018-04-151-1/+1
* Added a with_category decorator that can be used to tag a command category.Eric Lin2018-04-111-6/+6
* Fixed issue where categorization is skipped when there's a help_<command> fun...Eric Lin2018-04-111-1/+8
* Added verbose help output with help -v or help --verboseEric Lin2018-04-101-1/+8
* Added a convenience function for tagging command categories.Eric Lin2018-04-091-19/+19
* Added ability to group commands by category when printing the help menu.Eric Lin2018-04-091-0/+131