Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catppuccin/cli
/ View
Method
View
internal/ui/progress.go:115–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
func
(m ProgressWrapper) View() string {
116
return
"\nDownloading...\n"
+
117
m.progress.View() +
"\n\n"
+
118
"Press any key to quit"
119
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected