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

Method Help

_examples/shell/help/main.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (c *commandWithHelp) Help() string {
27 return "🚀 additional command help"
28}
29
30type argumentWithHelp struct {
31 Msg string `arg:""`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected