Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Short flags start with a single hyphen (ie. -flag) Short = "short" // Long flags start with two hyphens (ie. --flag) Long = "long" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flag ¶
type Flag struct {
// contains filtered or unexported fields
}
Flag is an CLI switch that may affect execution
type Parser ¶
type Parser struct {
// contains filtered or unexported fields
}
Parser can be used to read and convert the raw program arguments
Click to show internal directories.
Click to hide internal directories.