MCPcopy Create free account
hub / github.com/cli/cli / SetAccessiblePrompterEnabled

Method SetAccessiblePrompterEnabled

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

Source from the content-addressed store, hash-verified

472}
473
474func (s *IOStreams) SetAccessiblePrompterEnabled(enabled bool) {
475 s.accessiblePrompterEnabled = enabled
476}
477
478func (s *IOStreams) AccessiblePrompterEnabled() bool {
479 return s.accessiblePrompterEnabled

Callers 3

newIOStreamsFunction · 0.80
newTestSurveyPrompterFunction · 0.80

Calls

no outgoing calls

Tested by 2

newTestSurveyPrompterFunction · 0.64