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

Method ColorEnabled

pkg/iostreams/iostreams.go:100–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98}
99
100func (s *IOStreams) ColorEnabled() bool {
101 if s.colorOverride {
102 return s.colorEnabled
103 }
104 return s.term.IsColorEnabled()
105}
106
107func (s *IOStreams) ColorSupport256() bool {
108 if s.colorOverride {

Callers 11

DetectTerminalThemeMethod · 0.95
ColorSchemeMethod · 0.95
MainFunction · 0.95
WriteMethod · 0.80
HttpClientFuncFunction · 0.80
plainHttpClientFuncFunction · 0.80
externalHttpClientFuncFunction · 0.80
apiRunFunction · 0.80
processResponseFunction · 0.80
NewCmdDiffFunction · 0.80

Calls 1

IsColorEnabledMethod · 0.65

Tested by 1