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

Method SetSpinnerDisabled

pkg/iostreams/iostreams.go:295–297  ·  view source on GitHub ↗
(v bool)

Source from the content-addressed store, hash-verified

293}
294
295func (s *IOStreams) SetSpinnerDisabled(v bool) {
296 s.spinnerDisabled = v
297}
298
299func (s *IOStreams) StartProgressIndicator() {
300 s.StartProgressIndicatorWithLabel("")

Callers 2

newTestIOStreamsFunction · 0.95
newIOStreamsFunction · 0.80

Calls

no outgoing calls

Tested by 1

newTestIOStreamsFunction · 0.76