Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ disableSpinnersConfig
Function
disableSpinnersConfig
internal/ghcmd/cmd_test.go:503–505 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
501
}
502
503
func
disableSpinnersConfig() gh.Config {
504
return
config.NewFromString(
"spinner: disabled"
)
505
}
506
507
func
enableSpinnersConfig() gh.Config {
508
return
config.NewFromString(
"spinner: enabled"
)
Callers
1
Test_newIOStreams_spinnerDisabled
Function · 0.85
Calls
1
NewFromString
Function · 0.92
Tested by
no test coverage detected