MCPcopy Create free account
hub / github.com/catppuccin/cli / ExecModel

Struct ExecModel

internal/ui/execInput.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type ExecModel struct {
14 textInput textinput.Model
15 err error
16}
17
18func NewExecModel(p string) ExecModel {
19 ti := textinput.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected