package
1.44.0
Repository: https://github.com/madkins23/go-utils.git
Documentation: pkg.go.dev

# 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.