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

Method HasTrueColor

pkg/iostreams/iostreams.go:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

ColorSchemeMethod · 0.95

Calls 1

IsTrueColorSupportedMethod · 0.65

Tested by

no test coverage detected