Documentation ¶
Overview ¶
Package xflag provides addons to standard package flag.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Count ¶
type Count int
Count is a flag.Value that is like a flag.Bool and a flag.Int. If used as -name, it increments the Count, but -name=x sets the Count. Used for verbose flag -v.
func (*Count) IsBoolFlag ¶
Click to show internal directories.
Click to hide internal directories.