Documentation ¶
Overview ¶
Package flags provide convenience types and routines to accept specific types of flag values on the command line.
Index ¶
- func DurationSlice(name string, defaultVal []time.Duration, usage string) *[]time.Duration
- func IntSlice(name string, defaultVal []int, usage string) *[]int
- func StringSlice(name string, defaultVal []string, usage string) *[]string
- func StringWithAllowedValues(name, defaultVal, usage string, allowed []string) *string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DurationSlice ¶
DurationSlice returns a flag representing a slice of time.Duration objects.
func StringSlice ¶
StringSlice returns a flag representing a slice of strings.
func StringWithAllowedValues ¶
StringWithAllowedValues returns a flag variable of type stringFlagWithAllowedValues configured with the provided parameters. 'allowed` is the set of values that this flag can be set to.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.