summaryrefslogtreecommitdiff
path: root/cliff/formatters/base.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor ShowOne and Lister to share a common base classDoug Hellmann2012-04-291-4/+2
|
* add ShowOne base class for commands that need to show properties of an ↵Doug Hellmann2012-04-271-1/+25
| | | | | | | individual object make the table formatter work as a single object formatter update the docs for the new features
* start creating a subclass of command for producing a list of output in ↵Doug Hellmann2012-04-221-0/+26
different formats, using prettytable as an example formatter