Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrHelp = pflag.ErrHelp
Functions ¶
Types ¶
type FlagDetails ¶
type FlagDetails interface {
// contains filtered or unexported methods
}
type Manager ¶
type Manager struct {
BaseFlagSet *pflag.FlagSet
Usage []string
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) AddFlagSet ¶
func (m *Manager) AddFlagSet(fs *FlagSet, flags ...FlagDetails) *Manager
Click to show internal directories.
Click to hide internal directories.