Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ ColorEnabled
Method
ColorEnabled
pkg/iostreams/iostreams.go:89–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
}
88
89
func
(s *IOStreams) ColorEnabled() bool {
90
if
s.colorOverride {
91
return
s.colorEnabled
92
}
93
return
s.term.IsColorEnabled()
94
}
95
96
func
(s *IOStreams) ColorSupport256() bool {
97
if
s.colorOverride {
Callers
11
DetectTerminalTheme
Method · 0.95
ColorScheme
Method · 0.95
Main
Function · 0.95
Write
Method · 0.80
HttpClientFunc
Function · 0.80
plainHttpClientFunc
Function · 0.80
externalHttpClientFunc
Function · 0.80
apiRun
Function · 0.80
processResponse
Function · 0.80
Test_processResponse_template
Function · 0.80
NewCmdDiff
Function · 0.80
Calls
1
IsColorEnabled
Method · 0.65
Tested by
1
Test_processResponse_template
Function · 0.64