summaryrefslogtreecommitdiff
path: root/cliff/show.py
Commit message (Expand)AuthorAgeFilesLines
* Remove sixxuanyandong2020-10-291-4/+1
* Add Apache 2.0 license to source fileCao Xuan Hoang2016-10-101-0/+12
* Clean imports in codeCao Xuan Hoang2016-09-201-2/+2
* Distinguish no existed columns in ShowOneRui Chen2016-04-201-8/+3
* Don't import unused loggingChangBo Guo(gcb)2015-12-301-4/+0
* Merge "Use six.add_metaclass instead of __metaclass__"Jenkins2014-06-091-1/+3
|\
| * Use six.add_metaclass instead of __metaclass__Christian Berendt2014-06-031-1/+3
* | Make show option compatible with Python 2.6.Feodor Tersin2014-06-061-2/+1
|/
* Add dict2columns()Dean Troyer2013-07-181-0/+9
* Refactor DisplayBase.run() to make it easier to override separate parts in su...Doug Hellmann2012-06-011-5/+6
* move the column option so it applies to "show" commands, tooDoug Hellmann2012-05-061-1/+11
* 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
* add ShowOne base class for commands that need to show properties of an indivi...Doug Hellmann2012-04-271-0/+65