MCPcopy
hub / github.com/cli/cli / AccessibleColorsEnabled

Method AccessibleColorsEnabled

pkg/iostreams/iostreams.go:458–460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

456}
457
458func (s *IOStreams) AccessibleColorsEnabled() bool {
459 return s.accessibleColorsEnabled
460}
461
462func (s *IOStreams) SetAccessiblePrompterEnabled(enabled bool) {
463 s.accessiblePrompterEnabled = enabled

Callers 2

ColorSchemeMethod · 0.95
MainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected