deb-python-cliff/cliff/formatters
TerryHowe 24120da1df Add value format for list command
The value format for the show command is very handy for shell
scripting and a value format for the list command would be just
as handy.  It will allow command substitution and piping like:

    os container list --format value | grep tmp | while read NAME
    do
      os container delete $NAME
    done

Change-Id: If9784c27d689073e9145b2cb8077ac604025a4c3
2015-05-26 10:18:21 -06:00
..
__init__.py start creating a subclass of command for producing a list of output in different formats, using prettytable as an example formatter 2012-04-22 16:15:37 -07:00
base.py Use six.add_metaclass instead of __metaclass__ 2014-06-03 11:03:48 +02:00
commaseparated.py CSV formatter should use system-dependent line ending 2014-06-11 13:45:05 +04:00
shell.py The --variable option to shell format is redundant 2014-05-23 12:21:17 -06:00
table.py Add max-width support for table formatter 2014-03-24 18:16:48 -07:00
value.py Add value format for list command 2015-05-26 10:18:21 -06:00