Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringList ¶
type StringList struct {
Strings []string
}
StringList is a flag that can collect multiple strings.
func (*StringList) Set ¶
func (o *StringList) Set(value string) error
Set is used to add a new value to the OverrideFlag.
func (*StringList) String ¶
func (o *StringList) String() string
String returns a string representation of all Override's within the OverrideFlag.
Click to show internal directories.
Click to hide internal directories.