Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringSlice ¶
type StringSlice []string
StringSlice is a flag.Value that collects each Set string into a slice, allowing for repeated flags.
func (*StringSlice) Set ¶
func (ss *StringSlice) Set(s string) error
Set implements flag.Value and appends the string to the slice.
func (*StringSlice) String ¶
func (ss *StringSlice) String() string
String implements flag.Value and returns the list of strings, or "..." if no strings have been added.
Click to show internal directories.
Click to hide internal directories.