# Functions
LoadSettings overrides default values in the specified flag.FlagSet with values taken from a settings file(s) specified as '@<path>' on the command line.
# Type aliases
StringArray defines a flag that can be invoked multiple times with values accumulated in an array.
StringMap defines a flag that can be invoked multiple times with values accumulated in a map.