MCPcopy
hub / github.com/cli/cli / SetAccessiblePrompterEnabled

Method SetAccessiblePrompterEnabled

pkg/iostreams/iostreams.go:462–464  ·  view source on GitHub ↗
(enabled bool)

Source from the content-addressed store, hash-verified

460}
461
462func (s *IOStreams) SetAccessiblePrompterEnabled(enabled bool) {
463 s.accessiblePrompterEnabled = enabled
464}
465
466func (s *IOStreams) AccessiblePrompterEnabled() bool {
467 return s.accessiblePrompterEnabled

Callers 3

newIOStreamsFunction · 0.80
newTestSurveyPrompterFunction · 0.80

Calls

no outgoing calls

Tested by 2

newTestSurveyPrompterFunction · 0.64