Index of class methods


B
bcount [Flags.lookup]
Look up how many times a particular bool flag was given.
bool [Flags.lookup]
Look up the value of a bool flag.

I
int [Flags.lookup]
Look up the value of an int flag; if multiple values were given, returns the last one.
ints [Flags.lookup]
Return all the values given with an int flag.

S
string [Flags.lookup]
Look up the value of a string flag; if multiple values were given, returns the last one.
strings [Flags.lookup]
Return all the values given with a string flag.

U
usage [Flags.lookup]
Print usage information on stdout