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

Method HasTrueColor

pkg/iostreams/iostreams.go:115–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113}
114
115func (s *IOStreams) HasTrueColor() bool {
116 if s.colorOverride {
117 return s.colorEnabled
118 }
119 return s.term.IsTrueColorSupported()
120}
121
122func (s *IOStreams) ColorLabels() bool {
123 return s.colorLabels

Callers 1

ColorSchemeMethod · 0.95

Calls 1

IsTrueColorSupportedMethod · 0.65

Tested by

no test coverage detected