summaryrefslogtreecommitdiff
path: root/cliff/lister.py
Commit message (Expand)AuthorAgeFilesLines
* Start cliff-tablib repoDoug Hellmann2012-07-311-57/+0
* merge API refactoring workDoug Hellmann2012-06-181-9/+7
|\
| * Refactor DisplayBase.run() to make it easier to override separate parts in su...Doug Hellmann2012-06-011-5/+6
* | yet more pep8 workDoug Hellmann2012-06-181-1/+2
* | more pep8 workDoug Hellmann2012-06-011-1/+4
|/
* move the column option so it applies to "show" commands, tooDoug Hellmann2012-05-061-12/+0
* move the columns option out of the table formatter and into the lister baseDoug Hellmann2012-05-061-1/+33
* refactor ShowOne and Lister to share a common base classDoug Hellmann2012-04-291-38/+8
* clean up help text for the other formattersDoug Hellmann2012-04-281-1/+1
* correct the doctoringDoug Hellmann2012-04-271-1/+2
* 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-221-1/+3
* start creating a subclass of command for producing a list of output in differ...Doug Hellmann2012-04-221-0/+47