# Functions
HasFlag checks if a flag with the given name exists in the flagset.
HideFlags hides all non essential flags from the help/usage text.
No description provided by the author
New returns a new configuration.
NewUnsortedFlagSet creates a new unsorted FlagSet.
ParseFlagSets adds the given flag sets to flag.CommandLine and then parses them.
# Variables
ErrConfigDoesNotExist is returned if the config file is unknown.
ErrUnknownConfigFormat is returned if the format of the config file is unknown.
# Structs
BoundParameter stores the pointer and the type of values that were bound using the BindParameters function.
Configuration holds config parameters from several sources (file, env vars, flags).
JSONLowerParser implements a JSON parser.
YAMLLowerParser implements a YAML parser.