summaryrefslogtreecommitdiff
path: root/cliff
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add max-width support for table formatter"1.6.0Jenkins2014-03-281-1/+12
|\
| * Add max-width support for table formatterQiu Yu2014-03-241-1/+12
* | Add value only output formattterTerry Howe2014-03-172-0/+30
* | Fix interactive mode with command line argsTerry Howe2014-02-201-0/+3
|/
* Escape double quotes in shell formatterClint Byrum2014-02-032-5/+6
* Add unit test for shell formatterClint Byrum2014-02-031-0/+20
* Rename private attribute to avoid conflictDoug Hellmann2014-01-282-5/+5
* Make the formatters a private part of the commandDoug Hellmann2014-01-032-11/+5
* Use stevedore to load formatter pluginsDoug Hellmann2013-11-122-18/+17
* use entry points for completion pluginsDoug Hellmann2013-11-122-9/+16
* Clean up recursive data handlingDoug Hellmann2013-11-121-5/+3
* Always install complete commandDoug Hellmann2013-11-121-0/+2
* Merge commit '60361edf68cf5822d96e215d71fe14260df01ec4' into completionDoug Hellmann2013-11-122-0/+315
|\
| * code style fixesTerry Howe2013-10-311-14/+16
| * code style fixesTerry Howe2013-10-311-7/+4
| * various python code optimizations; shuffle I/O to shell classesTerry Howe2013-10-302-169/+150
| * add bash completeTerry Howe2013-10-252-0/+335
* | Enable debug in help modeDoug Hellmann2013-10-231-0/+5
* | Pass the right args when pulling help from commandsDoug Hellmann2013-10-231-1/+1
|/
* Re-raise Exception on debug modeChristophe CHAUVET2013-08-292-1/+9
* Add test to check if return code is 2 on unknown commandChristophe CHAUVET2013-08-281-0/+5
* Return code 1 is already use, use code 2 insteadChristophe CHAUVET2013-08-281-1/+1
* Reraise error on debugChristophe CHAUVET2013-08-281-1/+4
* Display better error message on unknown command, and return code 1Christophe CHAUVET2013-08-271-1/+5
* 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
|/