MCPcopy Create free account
hub / github.com/anchordotdev/cli / ShowHelp

Struct ShowHelp

root.go:26–26  ·  view source on GitHub ↗

ShowHelp calls cmd.HelpFunc() inside RunE instead of RunTUI

Source from the content-addressed store, hash-verified

24// ShowHelp calls cmd.HelpFunc() inside RunE instead of RunTUI
25
26type ShowHelp struct{}
27
28func (c ShowHelp) UI() UI {
29 return UI{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected