# Functions
CIDRFlag returns a flag which must be a valid CIDR.
CIDRSliceFlag returns a flag which must be a valid CIDR slice.
EnumFlag returns a flag which must be one of the given values.
EnumSliceFlag returns a flag which is a slice which values must be one of the given values.
Returns a pointer to the flag's value.
Returns the flag's value as a bool.
Returns a pointer to the flag's value.
Returns a pointer to the flag's value.
Returns a pointer to the flag's value.
Returns a pointer to the flag's value.
Returns the flag's value as a []string.
Returns a pointer to the flag's value.
Returns the flag's value as a string.
Returns the int64 value set on the flag.
Returns a pointer to the flag's value.
Returns the string value set on the flag.
Marks all given flags as required, causing the command to report an error if invoked without them.
ReadFromFileFlag returns a string flag.
UUIDFlag returns a flag which must be a valid UUID.
UUIDSliceFlag returns a flag which must be a valid slice.