Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct {
// Indicates whether the application should exit right after
// calling cli.Parse. Set to true if -h or -G options are used.
ExitEarly bool `json:"exit_early"`
// Parameters required for the main functionality.
Params utils.Params `json:"params"`
}
Args struct binds, reads and validates all CLI arguments.
Click to show internal directories.
Click to hide internal directories.