summaryrefslogtreecommitdiff
path: root/cliff
Commit message (Expand)AuthorAgeFilesLines
* merge API refactoring workDoug Hellmann2012-06-185-26/+31
|\
| * fix help and tests for API changeDoug Hellmann2012-06-181-2/+3
| * Move take_action() to CommandDean Troyer2012-06-012-6/+7
| * Refactor DisplayBase.run() to make it easier to override separate parts in su...Doug Hellmann2012-06-013-14/+25
* | yet more pep8 workDoug Hellmann2012-06-182-2/+4
* | more pep8 workDoug Hellmann2012-06-012-2/+8
* | pep8 cleanupDoug Hellmann2012-06-016-15/+33
|/
* Adding new line to tablib formattersMatt Joyce2012-05-301-0/+2
* fix interactive command processor to handle multi-part commands, including so...Doug Hellmann2012-05-141-1/+16
* Merge pull request #9 from heavenshell/feature_py26Doug Hellmann2012-05-141-1/+1
|\
| * enable to use in Python2.6heavenshell2012-05-081-1/+1
* | set the interactive mode flag before initializing the app so subclasses can c...Doug Hellmann2012-05-141-6/+15
* | pass more details to initialize_app so subclasses can decide what sort of ini...Doug Hellmann2012-05-101-2/+5
|/
* fix yaml, html, and json show formattersDoug Hellmann2012-05-061-3/+3
* move the column option so it applies to "show" commands, tooDoug Hellmann2012-05-064-16/+20
* add yaml, json, and html formattersDoug Hellmann2012-05-061-0/+47
* move the columns option out of the table formatter and into the lister baseDoug Hellmann2012-05-062-14/+35
* make help list commands if none match exactly; fixes #8Doug Hellmann2012-05-061-1/+14
* changes in the prettytable API rolled into the python 3 support updateDoug Hellmann2012-05-041-6/+6
* python 3.2 does not have a unicode type so ignore the error if it is missingDoug Hellmann2012-05-041-1/+4
* refactor ShowOne and Lister to share a common base classDoug Hellmann2012-04-294-80/+93
* pass the App to the help action instead of passing just the command manager, ...Doug Hellmann2012-04-292-7/+7
* 100% coverage of cliff.app moduleDoug Hellmann2012-04-291-2/+3
* let the interactive app set its own promptDoug Hellmann2012-04-292-1/+1
* add tests for App and fix an issue with error handling and clean_up() in pyth...Doug Hellmann2012-04-291-1/+8
* use the stderr handle given to the app instead of assuming the defaultDoug Hellmann2012-04-291-1/+1
* documentation improvementsDoug Hellmann2012-04-284-13/+63
* first pass at interactive appDoug Hellmann2012-04-283-12/+123
* add --prefix option for shell formatter; add docs for shell formatterDoug Hellmann2012-04-281-1/+8
* clean up help text for the other formattersDoug Hellmann2012-04-283-3/+7
* add shell output formatter for single itemsDoug Hellmann2012-04-281-0/+31
* add ShowOne base class for commands that need to show properties of an indivi...Doug Hellmann2012-04-273-3/+108
* handle an empty data setDoug Hellmann2012-04-271-8/+12
* correct the doctoringDoug Hellmann2012-04-271-1/+2
* 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-262-13/+49
* provide an internal API for applications to register commands without going t...Doug Hellmann2012-04-261-1/+16
* Use argparse for global argumentsDean Troyer2012-04-261-17/+16
* Add get_data() to the Lister base class.Doug Hellmann2012-04-251-0/+7
* improve error handling when loading formatter pluginsDoug Hellmann2012-04-221-4/+12
* add a csv formatter for list appsDoug Hellmann2012-04-222-1/+36
* start creating a subclass of command for producing a list of output in differ...Doug Hellmann2012-04-224-0/+119
* remove unused importDoug Hellmann2012-04-221-1/+0
* better error handling of post-action hook in appDoug Hellmann2012-04-221-2/+8
* Pass the I/O streams into the appDoug Hellmann2012-04-221-1/+14
* add some error handling to AppDoug Hellmann2012-04-221-6/+21
* make the log messages slightly easier to parseDoug Hellmann2012-04-221-2/+2
* tweak App api to make it easier to override and perform global actions before...Doug Hellmann2012-04-221-10/+32
* use logging for controlling console output verbosityDoug Hellmann2012-04-211-6/+47
* if no arguments are provided at all show the help messageDoug Hellmann2012-04-201-2/+4