Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Version = "dev"
)
Functions ¶
Types ¶
type NewFlagsValue ¶
func NewFlagsFlag ¶
func NewFlagsFlag(flagSet *flag.FlagSet, name string) *NewFlagsValue
NewFlagsFlag returns a special flag value installed on the given flagset with the given name. When this flag is encountered while parsing, it ensures that a definition for all the given flag names exists.
func (*NewFlagsValue) Set ¶
func (v *NewFlagsValue) Set(flags string) error
func (*NewFlagsValue) String ¶
func (v *NewFlagsValue) String() string
Click to show internal directories.
Click to hide internal directories.