Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StringRepeatable ¶
type StringRepeatable []string
implement flag.Value Adapted from https://stackoverflow.com/a/28323276
func (*StringRepeatable) Set ¶
func (i *StringRepeatable) Set(value string) error
func (*StringRepeatable) String ¶
func (i *StringRepeatable) String() string
Click to show internal directories.
Click to hide internal directories.