Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FuncBoolVar ¶
type FuncBoolVar func(b bool) error
FuncBoolVar is a type of flag that accepts a function, converts the user's value to a bool, and then calls the given function.
func (FuncBoolVar) IsBoolFlag ¶
func (f FuncBoolVar) IsBoolFlag() bool
type FuncDurationVar ¶
type FuncDurationVar func(d time.Duration) error
FuncDurationVar is a type of flag that accepts a function, converts the user's value to a duration, and then calls the given function.
func (FuncDurationVar) IsBoolFlag ¶
func (f FuncDurationVar) IsBoolFlag() bool
type FuncVar ¶
type FuncVar func(s string) error
FuncVar is a type of flag that accepts a function that is the string given by the user.
func (FuncVar) IsBoolFlag ¶
func (f FuncVar) IsBoolFlag() bool
Click to show internal directories.
Click to hide internal directories.