Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version, Commit, Date string
)
versionCmd represents the version command
Functions ¶
Types ¶
type StringsValue ¶
type StringsValue struct {
// contains filtered or unexported fields
}
StringsValue implements the flag.Value interface and allows multiple calls to the same variable to append a list.
func (*StringsValue) Set ¶
func (s *StringsValue) Set(value string) error
func (*StringsValue) String ¶
func (s *StringsValue) String() string
func (*StringsValue) Type ¶
func (s *StringsValue) Type() string
Click to show internal directories.
Click to hide internal directories.