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