Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArrayFlags ¶
type ArrayFlags []string
ArrayFlags can be used with flags.Var to specify the a command line argument multiple timmes.
func (*ArrayFlags) Set ¶
func (i *ArrayFlags) Set(value string) error
Set is used to append a new value to the array by flags.Var.
func (*ArrayFlags) String ¶
func (i *ArrayFlags) String() string
String returns a basic string concationation of all values.
Click to show internal directories.
Click to hide internal directories.