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

Method StartProgressIndicator

pkg/iostreams/iostreams.go:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232func (s *IOStreams) StartProgressIndicator() {
233 s.StartProgressIndicatorWithLabel("")
234}
235
236func (s *IOStreams) StartProgressIndicatorWithLabel(label string) {
237 if !s.progressIndicatorEnabled {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected