MCPcopy
hub / github.com/cli/cli / HasTrueColor

Method HasTrueColor

pkg/iostreams/iostreams.go:103–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101}
102
103func (s *IOStreams) HasTrueColor() bool {
104 if s.colorOverride {
105 return s.colorEnabled
106 }
107 return s.term.IsTrueColorSupported()
108}
109
110func (s *IOStreams) ColorLabels() bool {
111 return s.colorLabels

Callers 1

ColorSchemeMethod · 0.95

Calls 1

IsTrueColorSupportedMethod · 0.65

Tested by

no test coverage detected