Documentation
¶
Index ¶
Constants ¶
View Source
const ( OutputFormatJson = "json" OutputFormatTable = "table" )
View Source
const MaxCellWidth = 37
Variables ¶
View Source
var ( NoDecorate bool // --no-decorate OutputFormat string // --format, -F Quiet bool // --quiet, -q ShowLargeValues bool // --show-large-values )
root command's persistent flags
View Source
var ( Columns []string // --columns, -C AllColumns bool // --all-columns, -A SortBy string = "" // --sort-by, -S ReverseSortDirection bool // --reverse, -R )
View Source
var OutputFormats = []string{ OutputFormatJson, OutputFormatTable, }
View Source
var OutputOnlyID bool = false
Functions ¶
func OutputFormatIsValid ¶
func OutputFormatIsValid() bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.