summaryrefslogtreecommitdiff
path: root/cliff/help.py
Commit message (Expand)AuthorAgeFilesLines
* Enable debug in help modeDoug Hellmann2013-10-231-0/+5
* Pass the right args when pulling help from commandsDoug Hellmann2013-10-231-1/+1
* use flake8 for style checksDoug Hellmann2013-03-161-1/+1
* Remove unused logging importDoug Hellmann2012-08-311-2/+0
* Doc updates for API changes.1.0Doug Hellmann2012-06-201-2/+12
* merge API refactoring workDoug Hellmann2012-06-181-1/+1
|\
| * fix help and tests for API changeDoug Hellmann2012-06-181-2/+3
* | pep8 cleanupDoug Hellmann2012-06-011-1/+4
|/
* make help list commands if none match exactly; fixes #8Doug Hellmann2012-05-061-1/+14
* pass the App to the help action instead of passing just the command manager, ...Doug Hellmann2012-04-291-6/+6
* first pass at interactive appDoug Hellmann2012-04-281-2/+6
* only show the one-line description in the command list; add a description of ...Doug Hellmann2012-04-261-1/+5
* register a custom help action that knows how to print the list of commands av...Doug Hellmann2012-04-261-0/+43