Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catppuccin/cli
/ Init
Method
Init
internal/ui/progress.go:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
func
(m ProgressWrapper) Init() tea.Cmd {
88
return
StartClone(RepoName)
89
}
90
91
func
(m ProgressWrapper) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
92
switch
msg := msg.(
type
) {
Callers
nothing calls this directly
Calls
1
StartClone
Function · 0.85
Tested by
no test coverage detected