MCPcopy Create free account
hub / github.com/alecthomas/kong / Help

Method Help

help_test.go:871–873  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected