MCPcopy Index your code
hub / github.com/cli/cli / SetAccessibleColorsEnabled

Method SetAccessibleColorsEnabled

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

Source from the content-addressed store, hash-verified

452}
453
454func (s *IOStreams) SetAccessibleColorsEnabled(enabled bool) {
455 s.accessibleColorsEnabled = enabled
456}
457
458func (s *IOStreams) AccessibleColorsEnabled() bool {
459 return s.accessibleColorsEnabled

Callers 1

newIOStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected