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.
func (*StringList) Type ¶
func (o *StringList) Type() string
Type returns the type of flag. As far as I can tell this isn't used... todo : figure out what this is supposed to return.
Click to show internal directories.
Click to hide internal directories.