Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolFlag ¶
type BoolFlag struct {
Name string
Value bool
Usage string
ShortName string
}
func (*BoolFlag) GetShortName ¶
func (f *BoolFlag) GetShortName() string
type Float64Flag ¶
type Float64Flag struct {
Name string
Value float64
Usage string
ShortName string
}
func (*Float64Flag) GetShortName ¶
func (f *Float64Flag) GetShortName() string
type IntFlag ¶
type IntFlag struct {
Name string
Value int
Usage string
ShortName string
}
func (*IntFlag) GetShortName ¶
func (f *IntFlag) GetShortName() string
type StringFlag ¶
type StringFlag struct {
Name string
Value string
Usage string
ShortName string
}
func (*StringFlag) GetShortName ¶
func (f *StringFlag) GetShortName() string
type StringSliceFlag ¶
type StringSliceFlag struct {
Name string
Value []string
Usage string
ShortName string
}
StringSlice flag can be define multiple times in the arguments
func (*StringSliceFlag) GetShortName ¶
func (f *StringSliceFlag) GetShortName() string
Click to show internal directories.
Click to hide internal directories.