ExtraUsage implements the plugin.FlagSet interface.
()
| 51 | |
| 52 | // ExtraUsage implements the plugin.FlagSet interface. |
| 53 | func (f *GoFlags) ExtraUsage() string { |
| 54 | return strings.Join(f.UsageMsgs, "\n") |
| 55 | } |
| 56 | |
| 57 | // AddExtraUsage implements the plugin.FlagSet interface. |
| 58 | func (f *GoFlags) AddExtraUsage(eu string) { |
nothing calls this directly
no outgoing calls
no test coverage detected