Documentation
¶
Index ¶
Constants ¶
View Source
const ( TableFormatCSV = "csv" TableFormatJSON = "json" TableFormatTable = "table" TableFormatYAML = "yaml" TableFormatCompact = "compact" )
Table list format.
View Source
const ( // TableOptionNoHeader hides the table header when possible. TableOptionNoHeader = "noheader" // TableOptionHeader adds header to csv. TableOptionHeader = "header" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.