MCPcopy
hub / github.com/cli/cli / StopProgressIndicator

Method StopProgressIndicator

pkg/cmd/codespace/common.go:58–60  ·  view source on GitHub ↗

StopProgressIndicator stops the progress indicator.

()

Source from the content-addressed store, hash-verified

56
57// StopProgressIndicator stops the progress indicator.
58func (a *App) StopProgressIndicator() {
59 a.io.StopProgressIndicator()
60}
61
62func (a *App) RunWithProgress(label string, run func() error) error {
63 return a.io.RunWithProgress(label, run)

Callers 1

showStatusMethod · 0.95

Calls 1

StopProgressIndicatorMethod · 0.65

Tested by

no test coverage detected