Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
295
func
(s *IOStreams) SetSpinnerDisabled(v bool) {
296
s.spinnerDisabled = v
297
}
298
299
func
(s *IOStreams) StartProgressIndicator() {
300
s.StartProgressIndicatorWithLabel(
""
)
Callers
2
newTestIOStreams
Function · 0.95
newIOStreams
Function · 0.80
Calls
no outgoing calls
Tested by
1
newTestIOStreams
Function · 0.76