Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ SetColorLabels
Method
SetColorLabels
pkg/iostreams/iostreams.go:157–159 ·
view source on GitHub ↗
(colorLabels bool)
Source
from the content-addressed store, hash-verified
155
}
156
157
func
(s *IOStreams) SetColorLabels(colorLabels bool) {
158
s.colorLabels = colorLabels
159
}
160
161
func
(s *IOStreams) SetStdinTTY(isTTY bool) {
162
s.stdinTTYOverride = true
Callers
1
newIOStreams
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected