MCPcopy 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
157func (s *IOStreams) SetColorLabels(colorLabels bool) {
158 s.colorLabels = colorLabels
159}
160
161func (s *IOStreams) SetStdinTTY(isTTY bool) {
162 s.stdinTTYOverride = true

Callers 1

newIOStreamsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected