Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catppuccin/cli
/ finalPause
Function
finalPause
internal/ui/progress.go:77–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
func
finalPause() tea.Cmd {
78
return
tea.Tick(time.Millisecond*750,
func
(_ time.Time) tea.Msg {
79
return
nil
80
})
81
}
82
83
type
ProgressWrapper
struct
{
84
progress progress.Model
Callers
1
Update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected