summaryrefslogtreecommitdiff
path: root/cliff
Commit message (Expand)AuthorAgeFilesLines
* Provide a default output encodingDoug Hellmann2013-08-162-1/+32
* Fix default encoding issue with python 2.6Doug Hellmann2013-08-124-6/+148
* move tests into cliff packageDoug Hellmann2013-07-266-0/+594
* Add dict2columns()Dean Troyer2013-07-181-0/+9
* Expose instantiated interpreter instance and assign it to the 'interpreter'Tomaz Muraus2013-05-291-6/+7
* Restore compatibility with Prettytable < 0.7.2Dirk Mueller2013-05-021-2/+3
* use flake8 for style checksDoug Hellmann2013-03-169-21/+23
* make converting underscores optional in CommandManagerJoe Server2013-03-081-2/+6
* 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