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

Struct InitialModel

internal/ui/repoInput.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type InitialModel struct {
34 textInput textinput.Model
35 err error
36}
37
38func NewInitialModel() InitialModel {
39 ti := textinput.New()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected