Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enum ¶
Enum is a `flag.Value` for one-of-a-fixed-set string arguments. The value of the `Choices` field defines the valid choices. If `CaseSensitive` is set to `true` (default `false`), the comparison is case-sensitive.
type StringList ¶
type StringList struct {
// contains filtered or unexported fields
}
func (*StringList) Set ¶
func (f *StringList) Set(v string) error
func (*StringList) String ¶
func (f *StringList) String() string
func (*StringList) Values ¶
func (f *StringList) Values() []string
Click to show internal directories.
Click to hide internal directories.