# Functions
Bool parses bool flag of the flagset.
BoolE parses bool flag of the flagset with error returned.
Float64 parses int flag of the flagset.
Float64E parses int flag of the flagset with error returned.
Int parses int flag of the flagset.
IntE parses int flag of the flagset with error returned.
NewFlagSet new flagSet.
Parse parses the flagset.
ParseWithArgs parses the flagset with given args.
Register ...
SetFlagSet 设置flagSet.
String parses string flag of the flagset.
StringE parses string flag of the flagset with error returned.
Uint parses int flag of the flagset.
UintE parses int flag of the flagset with error returned.
With adds flags to the flagset.
# Structs
BoolFlag is a bool flag implements of Flag interface.
Flag ...
Float64Flag is a float flag implements of Flag interface.
IntFlag is an int flag implements of Flag interface.
StringFlag is a string flag implements of Flag interface.
UintFlag is an uint flag implements of Flag interface.
# Interfaces
Flag ...