Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlagProvider ¶
FlagProvider defines a function which returns a FlagSet. The FlagProvider can be used to add new FlagSets in bulk.
type FlagSet ¶
type FlagSet struct {
// contains filtered or unexported fields
}
func NewFlagSet ¶
func (*FlagSet) Add ¶
func (fs *FlagSet) Add(providers ...FlagProvider)
Click to show internal directories.
Click to hide internal directories.