Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
TemplateType string `short:"T" long:"templateType" default:"text" description:"template type [text|html]"`
DataFilePath string `short:"d" long:"data" description:"data file path"`
DataType string `short:"D" long:"dataType" description:"data type [json|toml|msgpack]"`
NoColor bool `long:"noColor" env:"NO_COLOR" description:"NOT colorize output"`
Verbose bool `short:"v" long:"verbose" description:"show verbose output"`
Version bool `short:"V" long:"version" description:"show version"`
}
Click to show internal directories.
Click to hide internal directories.