summaryrefslogtreecommitdiff
path: root/examples/remove_unused.py
Commit message (Collapse)AuthorAgeFilesLines
* Renamed exclude_from_help to hidden_commandsKevin Van Brunt2018-03-221-4/+4
| | | | | Renamed excludeFromHistory to exclude_from_history No longer tab completing hidden commands
* Fixed removed_unused.py example and help for edit commandTodd Leonhardt2018-02-241-2/+2
| | | | | | | | | The remove_unused.py example had become outdated since the cmdenvironment command no longer exists. The help text for the edit command was outdated since the functionality for editing previous commands got moved from the edit command to the history command. This closes #276. This closes #282.
* Added remove_unused.py example to demonstrate how to remove unused commandsTodd Leonhardt2017-07-311-0/+30