MCPcopy Create free account
hub / github.com/cli/cli / StopProgressIndicator

Method StopProgressIndicator

pkg/cmd/codespace/common.go:59–61  ·  view source on GitHub ↗

StopProgressIndicator stops the progress indicator.

()

Source from the content-addressed store, hash-verified

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

Callers 1

showStatusMethod · 0.95

Calls 1

StopProgressIndicatorMethod · 0.65

Tested by

no test coverage detected