MCPcopy
hub / github.com/hatchet-dev/hatchet / HelpView

Struct HelpView

cmd/hatchet-cli/cli/tui/help.go:14–18  ·  view source on GitHub ↗

HelpView displays a fullscreen help modal with ASCII art logo and command reference

Source from the content-addressed store, hash-verified

12
13// HelpView displays a fullscreen help modal with ASCII art logo and command reference
14type HelpView struct {
15 viewport viewport.Model
16 BaseModel
17 ready bool
18}
19
20// NewHelpView creates a new help view
21func NewHelpView(ctx ViewContext) *HelpView {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected