# Functions
FlagNameToEnvVar formats 'name' and 'prefix' in to an environment variable name, used to lookup a value.
Create a new flag.FlagSet instance.
Parse command line arguments with a flag.FlagSet instance.
Assign values to a flag.FlagSet instance from matching environment variables.
Assign values to a flag.FlagSet instance from matching environment variables, optionally logging progress and other feedback.