MCPcopy Index your code
hub / github.com/cli/cli / StartProgressIndicator

Method StartProgressIndicator

pkg/iostreams/iostreams.go:287–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285}
286
287func (s *IOStreams) StartProgressIndicator() {
288 s.StartProgressIndicatorWithLabel("")
289}
290
291func (s *IOStreams) StartProgressIndicatorWithLabel(label string) {
292 if !s.progressIndicatorEnabled {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected