| 865 | } |
| 866 | |
| 867 | type rootHelpProvider struct { |
| 868 | Flag string `help:"A flag."` |
| 869 | } |
| 870 | |
| 871 | func (rootHelpProvider) Help() string { |
| 872 | return `Detailed help provided by the root HelpProvider.` |
nothing calls this directly
no outgoing calls
no test coverage detected