Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ SetColorLabels
Method
SetColorLabels
pkg/iostreams/iostreams.go:146–148 ·
view source on GitHub ↗
(colorLabels bool)
Source
from the content-addressed store, hash-verified
144
}
145
146
func
(s *IOStreams) SetColorLabels(colorLabels bool) {
147
s.colorLabels = colorLabels
148
}
149
150
func
(s *IOStreams) SetStdinTTY(isTTY bool) {
151
s.stdinTTYOverride = true
Callers
1
newIOStreams
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected