MCPcopy
hub / github.com/spf13/pflag / NormalizedName

TypeAlias NormalizedName

flag.go:153–153  ·  view source on GitHub ↗

NormalizedName is a flag name that has been normalized according to rules for the FlagSet (e.g. making '-' and '_' equivalent).

Source from the content-addressed store, hash-verified

151// NormalizedName is a flag name that has been normalized according to rules
152// for the FlagSet (e.g. making '-' and '_' equivalent).
153type NormalizedName string
154
155// A FlagSet represents a set of defined flags.
156type FlagSet struct {

Callers 5

wordSepNormalizeFuncFunction · 0.85
aliasAndWordSepFlagNamesFunction · 0.85
TestVisitAllFlagOrderFunction · 0.85
sortFlagsFunction · 0.85
GetNormalizeFuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected