Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringArray ¶
type StringArray []string
StringArray is a simple array of strings, used to store one or more values provided for a flag.
func (*StringArray) Set ¶
func (strArray *StringArray) Set(v string) error
Set appends a value to a StringArray.
func (*StringArray) String ¶
func (strArray *StringArray) String() string
Click to show internal directories.
Click to hide internal directories.