MCPcopy Create free account
hub / github.com/cli/cli / SetColorEnabled

Method SetColorEnabled

pkg/iostreams/iostreams.go:152–155  ·  view source on GitHub ↗
(colorEnabled bool)

Source from the content-addressed store, hash-verified

150}
151
152func (s *IOStreams) SetColorEnabled(colorEnabled bool) {
153 s.colorOverride = true
154 s.colorEnabled = colorEnabled
155}
156
157func (s *IOStreams) SetColorLabels(colorLabels bool) {
158 s.colorLabels = colorLabels

Callers 3

Test_listRunFunction · 0.80
Test_NewCmdDiffFunction · 0.80

Calls

no outgoing calls

Tested by 3

Test_listRunFunction · 0.64
Test_NewCmdDiffFunction · 0.64