Format#
- class dscat.output.Format(*values)[source]#
A serialisation format for tabular command output.
- table#
An aligned plain-text table, the default for reading in a terminal.
- json#
A JSON array of record objects.
- csv#
Comma-separated values with a header row.
- tsv#
Tab-separated values with a header row.
- markdown#
A GitHub-flavoured Markdown table.