MCPcopy 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
287func (s *IOStreams) SetNeverPrompt(v bool) {
288 s.neverPrompt = v
289}
290
291func (s *IOStreams) GetSpinnerDisabled() bool {
292 return s.spinnerDisabled

Callers 2

Test_NewCmdRefreshFunction · 0.80
newIOStreamsFunction · 0.80

Calls

no outgoing calls

Tested by 1

Test_NewCmdRefreshFunction · 0.64