AddExtraUsage implements the plugin.FlagSet interface.
(eu string)
| 56 | |
| 57 | // AddExtraUsage implements the plugin.FlagSet interface. |
| 58 | func (f *GoFlags) AddExtraUsage(eu string) { |
| 59 | f.UsageMsgs = append(f.UsageMsgs, eu) |
| 60 | } |
| 61 | |
| 62 | // Parse implements the plugin.FlagSet interface. |
| 63 | func (*GoFlags) Parse(usage func()) []string { |
nothing calls this directly
no outgoing calls
no test coverage detected