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

Method AccessibleColorsEnabled

pkg/iostreams/iostreams.go:470–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

468}
469
470func (s *IOStreams) AccessibleColorsEnabled() bool {
471 return s.accessibleColorsEnabled
472}
473
474func (s *IOStreams) SetAccessiblePrompterEnabled(enabled bool) {
475 s.accessiblePrompterEnabled = enabled

Callers 2

ColorSchemeMethod · 0.95
MainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected