()
| 869 | } |
| 870 | |
| 871 | func (rootHelpProvider) Help() string { |
| 872 | return `Detailed help provided by the root HelpProvider.` |
| 873 | } |
| 874 | |
| 875 | func TestHelpNoAppDescFormat(t *testing.T) { |
| 876 | // Space-separated text wraps with doc.ToText under a narrow bound; a single |
nothing calls this directly
no outgoing calls
no test coverage detected