Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ GetNeverPrompt
Method
GetNeverPrompt
pkg/iostreams/iostreams.go:271–273 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
}
270
271
func
(s *IOStreams) GetNeverPrompt() bool {
272
return
s.neverPrompt
273
}
274
275
func
(s *IOStreams) SetNeverPrompt(v bool) {
276
s.neverPrompt = v
Callers
1
Test_newIOStreams_prompt
Function · 0.80
Calls
no outgoing calls
Tested by
1
Test_newIOStreams_prompt
Function · 0.64