Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringFlag ¶
type StringFlag []string
StringFlag implements the flag.Value interface and allows multiple calls to the same variable to append a list.
func (*StringFlag) Set ¶
func (s *StringFlag) Set(value string) error
func (*StringFlag) String ¶
func (s *StringFlag) String() string
Click to show internal directories.
Click to hide internal directories.