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

Method ColorEnabled

pkg/iostreams/iostreams.go:101–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func (s *IOStreams) ColorEnabled() bool {
102 if s.colorOverride {
103 return s.colorEnabled
104 }
105 return s.term.IsColorEnabled()
106}
107
108func (s *IOStreams) ColorSupport256() bool {
109 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