Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ SetNeverPrompt
Method
SetNeverPrompt
pkg/iostreams/iostreams.go:287–289 ·
view source on GitHub ↗
(v bool)
Source
from the content-addressed store, hash-verified
285
}
286
287
func
(s *IOStreams) SetNeverPrompt(v bool) {
288
s.neverPrompt = v
289
}
290
291
func
(s *IOStreams) GetSpinnerDisabled() bool {
292
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