summaryrefslogtreecommitdiff
path: root/cliff/commandmanager.py
Commit message (Collapse)AuthorAgeFilesLines
* provide an internal API for applications to register commands without going ↵Doug Hellmann2012-04-261-1/+16
| | | | through setuptools (used for help handler)
* remove unused importDoug Hellmann2012-04-221-1/+0
|
* replace default --help processor with one that includes the list of ↵Doug Hellmann2012-04-201-0/+3
| | | | subcommands available
* save commands using the name representation to be used in help output; don't ↵Doug Hellmann2012-04-201-10/+9
| | | | modify the input arg list when searching for the command; return the name of the command found so the app can stuff it into the help text of the command
* start building command managerDoug Hellmann2012-04-201-0/+45