MCPcopy 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
275func (s *IOStreams) SetNeverPrompt(v bool) {
276 s.neverPrompt = v
277}
278
279func (s *IOStreams) GetSpinnerDisabled() bool {
280 return s.spinnerDisabled

Callers 2

Test_NewCmdRefreshFunction · 0.80
newIOStreamsFunction · 0.80

Calls

no outgoing calls

Tested by 1

Test_NewCmdRefreshFunction · 0.64