Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlagStringArray ¶
type FlagStringArray []string
FlagStringArray implements an array of strings to be used in flags. Flags of this type should have comma-delimited strings as the value.
func (*FlagStringArray) Set ¶
func (f *FlagStringArray) Set(value string) error
func (*FlagStringArray) String ¶
func (f *FlagStringArray) String() string
Click to show internal directories.
Click to hide internal directories.