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

Method Help

help.go:75–75  ·  view source on GitHub ↗

This string is formatted by go/doc and thus has the same formatting rules.

()

Source from the content-addressed store, hash-verified

73type HelpProvider interface {
74 // This string is formatted by go/doc and thus has the same formatting rules.
75 Help() string
76}
77
78// PlaceHolderProvider can be implemented by mappers to provide custom placeholder text.

Callers 2

buildFunction · 0.65
buildChildFunction · 0.65

Implementers 4

threeArghelp_test.go
rootHelpProviderhelp_test.go
commandWithHelp_examples/shell/help/main.go
argumentWithHelp_examples/shell/help/main.go

Calls

no outgoing calls

Tested by

no test coverage detected