MCPcopy
hub / github.com/cli/cli / StartProgressIndicatorWithLabel

Method StartProgressIndicatorWithLabel

pkg/cmd/codespace/common.go:53–55  ·  view source on GitHub ↗

StartProgressIndicatorWithLabel starts a progress indicator with a message.

(s string)

Source from the content-addressed store, hash-verified

51
52// StartProgressIndicatorWithLabel starts a progress indicator with a message.
53func (a *App) StartProgressIndicatorWithLabel(s string) {
54 a.io.StartProgressIndicatorWithLabel(s)
55}
56
57// StopProgressIndicator stops the progress indicator.
58func (a *App) StopProgressIndicator() {

Callers 1

showStatusMethod · 0.95

Calls 1

Tested by

no test coverage detected