MCPcopy Create free account
hub / github.com/catppuccin/cli / NewProgressBar

Function NewProgressBar

internal/ui/progress.go:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func NewProgressBar() ProgressWrapper {
26 return ProgressWrapper{
27 progress: progress.New(),
28 }
29}
30
31// CloneRepo clones a repo into the specified location.
32func CloneRepo(stagePath string, repo string) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected