MCPcopy
hub / github.com/alecthomas/kong / rootHelpProvider

Struct rootHelpProvider

help_test.go:867–869  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867type rootHelpProvider struct {
868 Flag string `help:"A flag."`
869}
870
871func (rootHelpProvider) Help() string {
872 return `Detailed help provided by the root HelpProvider.`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected