Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExportCmd ¶
type ExportCmd struct { Output string `help:"Write to file instead of stdout" short:"o" placeholder:"file"` Format string `help:"Output format: csv or json. Default: json" short:"f" enum:"csv,json" default:"json"` Prefix string `help:"Export the query definitions with a name that starts with the specified prefix."` CsvIncludeHeader bool `help:"Add an header to the CSV file. Default: true" default:"true" negatable:""` CsvDelimiter rune `help:"Field separator in the CSV file. Default: ," default:"," type:"character"` }
Click to show internal directories.
Click to hide internal directories.