Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catppuccin/cli
/ View
Method
View
internal/ui/installInput.go:144–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
}
143
144
func
(m InstallModel) View() string {
145
val := m.RenderView()
146
return
lipgloss.JoinVertical(
147
lipgloss.Left,
148
"Enter the install locations for Linux, MacOS, and Windows"
,
149
val,
150
""
,
151
)
152
}
Callers
1
RenderView
Method · 0.45
Calls
1
RenderView
Method · 0.95
Tested by
no test coverage detected