Documentation
¶
Overview ¶
Package parse provides tools for common flag parsing tasks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SetSeparator = "."
Functions ¶
Types ¶
type FlagGetter ¶
type FlagSet ¶
type FlagSet interface { FlagGetter FlagSetter }
func NewFlagSet ¶
func NewFlagSet(flags *flag.FlagSet, opts ...FlagSetOption) FlagSet
type FlagSetOption ¶
type FlagSetOption func(*flagSet)
func WithIgnoreUndefined ¶
func WithIgnoreUndefined(v bool) FlagSetOption
type FlagSetter ¶
Click to show internal directories.
Click to hide internal directories.