# Type aliases
Type StringMap implements flag.Value and allows defining a flag which can be provided in command line multiple times, each time a "key=value" string can be specified.
Type StringSlice implements flag.Value and allows defining a flag which can be provided in command line multiple times, each time a string can be specified.