# Functions
InitFlags normalizes and parses the command line flags.
WarnWordSepNormalizeFunc changes and warns for flags that contain "_" separators.
WordSepNormalizeFunc changes all flags that contain "_" separators.
# Type aliases
Tristate is a flag compatible with flags and pflags that keeps track of whether it had a value supplied or not.