MCPcopy 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
146func (s *IOStreams) SetColorLabels(colorLabels bool) {
147 s.colorLabels = colorLabels
148}
149
150func (s *IOStreams) SetStdinTTY(isTTY bool) {
151 s.stdinTTYOverride = true

Callers 1

newIOStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected