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

Method StartProgressIndicator

pkg/iostreams/iostreams.go:299–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297}
298
299func (s *IOStreams) StartProgressIndicator() {
300 s.StartProgressIndicatorWithLabel("")
301}
302
303func (s *IOStreams) StartProgressIndicatorWithLabel(label string) {
304 if !s.progressIndicatorEnabled {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected