You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a value's type name isn't provided in the usage string,
`flag.UnquoteUsage` provides a default name for specific types; these
types are unexported and local to the `flag` package.
Since external `flag.Value` implementations won't be matched by those
type checks, we can add a way to override the default name of "value".
0 commit comments