GlobalNormalizationFunc returns the global normalization function or nil if it doesn't exist.
()
| 1680 | |
| 1681 | // GlobalNormalizationFunc returns the global normalization function or nil if it doesn't exist. |
| 1682 | func (c *Command) GlobalNormalizationFunc() func(f *flag.FlagSet, name string) flag.NormalizedName { |
| 1683 | return c.globNormFunc |
| 1684 | } |
| 1685 | |
| 1686 | // Flags returns the complete FlagSet that applies |
| 1687 | // to this command (local and persistent declared here and by all parents). |
no outgoing calls