documentation: custom table format

pull/358/head
Axel Burri 2020-12-20 20:12:46 +01:00
parent 2c4827ca9f
commit d0c5205fcb
1 changed files with 7 additions and 4 deletions

View File

@ -123,11 +123,14 @@ OPTIONS
-L, --long:: -L, --long::
Print output in long table format (shortcut for "--format=long"). Print output in long table format (shortcut for "--format=long").
--format table|long|raw:: --format table|long|raw|col:[h:]<columns>::
Print output in specified format. If set to "raw", prints Print output in specified format. If set to "raw", prints
space-separated key="value" pairs (machine readable). Affects space-separated key="value" pairs (machine readable).
output format for *run*, *snapshot*, *resume*, *prune*, *archive* +
and *list* commands. Useful for further exporting/scripting. If set to "col:", prints only the <columns> specified (comma-separated
list). Header lines are ommitted if the "h:" modifier is present.
Columns prefixed with "-" are collapsed if empty. Columns postfixed
with ":RALIGN" are right-aligned.
--pretty:: --pretty::
Print table output with lowercase, underlined column headings Print table output with lowercase, underlined column headings