Documentation
¶
Overview ¶
Package cmd is responsible for the program's command-line interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
// ConfigPath specifies path to the configuration file.
ConfigPath string `short:"c" long:"config-path" description:"Path to the config file." required:"true"`
// Verbose defines whether we should write the DEBUG-level log or not.
Verbose bool `yaml:"verbose" short:"v" long:"verbose" description:"Verbose output (optional)." optional:"yes" optional-value:"true"`
}
Options represents command-line arguments.
Click to show internal directories.
Click to hide internal directories.