Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolFlag ¶
type BoolFlag struct { Value bool // contains filtered or unexported fields }
func NewBoolFlag ¶
type CLIOptions ¶
type CLIOptions struct { // Use is the name of the command Use string // Short is the short description of the command Short string // Long is the long description of the command Long string }
CLIOptions contains options for creating a new command for the CLI.
type StringFlag ¶
type StringFlag struct { Value string // contains filtered or unexported fields }
func NewStringFlag ¶
func NewStringFlag(name, shorthand, usage, value string) StringFlag
Click to show internal directories.
Click to hide internal directories.