package
0.0.0-20221012040808-2e61c0c3eece
Repository: https://github.com/arvintian/go-utils.git
Documentation: pkg.go.dev

# Functions

AddAllFlagsToPFlags adds all of the top level 'flag' package flags to the top level 'pflag' flags.
AddFlagSetToPFlagSet adds all of the flags in a 'flag.FlagSet' package flags to a 'pflag.FlagSet'.
AddPFlagSetToPFlagSet merges the flags of fsFrom into fsTo.
BindFlags adds any flags that are common to all redatacli sub commands.
InitFlags normalizes and parses the command line flags.
WordSepNormalizeFunc changes all flags that contain "_" separators.