()
| 51 | // Serializer is used to circumvent the limitations of flag.FlagSet.Set |
| 52 | type Serializer interface { |
| 53 | Serialize() string |
| 54 | } |
| 55 | |
| 56 | // FlagNamePrefixer converts a full flag name and its placeholder into the help |
no outgoing calls
no test coverage detected