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