MCPcopy 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
77func finalPause() tea.Cmd {
78 return tea.Tick(time.Millisecond*750, func(_ time.Time) tea.Msg {
79 return nil
80 })
81}
82
83type ProgressWrapper struct {
84 progress progress.Model

Callers 1

UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected