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