Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImportCmd ¶
type ImportCmd struct { File string `arg:"" required:"" help:"File containing the query descriptions" type:"existingfile"` Format string `help:"File format: csv or json. Default: json" short:"f" enum:"csv,json" default:"json"` ClearIds bool `help:"Strip out the ids from the query definitions" default:"false"` CsvHasHeader bool `help:"The CSV file has an header. Default: true" default:"true" negatable:""` CsvDelimiter rune `help:"Field separator in the CSV file. Default: ," default:"," type:"character"` CsvComment rune `help:"Comment character in the CSV file. Default: #" default:"#" type:"character"` }
Click to show internal directories.
Click to hide internal directories.