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

Struct InstallModel

internal/ui/installInput.go:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type InstallModel struct {
24 focusIndex int
25 inputs []textinput.Model
26 cursorMode textinput.CursorMode
27}
28
29func NewInstallModel(p string) InstallModel {
30 m := InstallModel{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected