Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format string
Format specifies how to render output.
func ParseFormat ¶
ParseFormat converts a string flag value to a Format.
type Printer ¶
Printer handles formatted output.
func (*Printer) PrintPlain ¶
PrintPlain writes each value on its own line.
func (*Printer) PrintTable ¶
PrintTable writes rows as a tab-aligned table. headers are the column names; rows is a slice of slices where each inner slice is one row.
Click to show internal directories.
Click to hide internal directories.