Documentation ¶
Index ¶
Constants ¶
View Source
const DefaultFormat = FormatTable
DefaultFormat is the default format for output. It is a table.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶ added in v0.12.0
type Format int
Format is the output format.
func DetectFormat ¶ added in v0.12.0
DetectFormat detects a format from a string.
type Table ¶
Table creates an output table. Use the New constructor to ensure defaults are set properly.
func (*Table) AppendBulk ¶
AppendBulk appends multiple rows to the table.
Click to show internal directories.
Click to hide internal directories.