Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ SetNeverPrompt
Method
SetNeverPrompt
pkg/iostreams/iostreams.go:275–277 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
273
}
274
275
func
(s *IOStreams) SetNeverPrompt(v bool) {
276
s.neverPrompt = v
277
}
278
279
func
(s *IOStreams) GetSpinnerDisabled() bool {
280
return
s.spinnerDisabled
Callers
2
Test_NewCmdRefresh
Function · 0.80
newIOStreams
Function · 0.80
Calls
no outgoing calls
Tested by
1
Test_NewCmdRefresh
Function · 0.64