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

Method View

internal/ui/repoInput.go:83–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83func (m InitialModel) View() string {
84 // lipgloss will format the layout for you
85 return lipgloss.JoinVertical(
86 lipgloss.Left,
87 "What's the project name?",
88 m.textInput.View(),
89 "(esc to quit)",
90 )
91}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected