summaryrefslogtreecommitdiff
path: root/cliff
Commit message (Expand)AuthorAgeFilesLines
* Make list of application commands lexicographically ordered for help command ...Ilya Shakhat2012-11-091-1/+1
* fix rst formatting in docstringDoug Hellmann2012-10-211-1/+1
* Allow user to pass argparse_kwargs argument to the build_option_parser method.Tomaz Muraus2012-09-101-1/+7
* Remove unused logging importDoug Hellmann2012-08-311-2/+0
* Fix problem with missing izip import in lister.pyDoug Hellmann2012-08-311-0/+2
* Add python2.6 supportMark McClain2012-08-292-3/+26
* remove debug printDoug Hellmann2012-08-151-1/+0
* Fix logging default behaviorDoug Hellmann2012-08-151-11/+21
* Fix interactive help commandDoug Hellmann2012-08-051-1/+1
* Remove tablib formatters from coreDoug Hellmann2012-07-311-49/+0
* Doc updates for API changes.1.0Doug Hellmann2012-06-203-7/+27
* 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