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

Struct GitProgress

internal/ui/progress.go:21–23  ·  view source on GitHub ↗

Finish

Source from the content-addressed store, hash-verified

19type finishMsg string // Finish
20
21type GitProgress struct {
22 Progress int
23}
24
25func NewProgressBar() ProgressWrapper {
26 return ProgressWrapper{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected