Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
func
(s *IOStreams) ColorEnabled() bool {
101
if
s.colorOverride {
102
return
s.colorEnabled
103
}
104
return
s.term.IsColorEnabled()
105
}
106
107
func
(s *IOStreams) ColorSupport256() bool {
108
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