Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor ShowOne and Lister to share a common base class | Doug Hellmann | 2012-04-29 | 1 | -4/+2 |
| | |||||
* | add ShowOne base class for commands that need to show properties of an ↵ | Doug Hellmann | 2012-04-27 | 1 | -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 Hellmann | 2012-04-22 | 1 | -0/+26 |
different formats, using prettytable as an example formatter |