MCPcopy
hub / github.com/cloudfoundry/cli / ColorEnabled

Method ColorEnabled

util/ui/config.go:10–10  ·  view source on GitHub ↗

ColorEnabled enables or disabled color

()

Source from the content-addressed store, hash-verified

8type Config interface {
9 // ColorEnabled enables or disabled color
10 ColorEnabled() configv3.ColorSetting
11 // Locale is the language to translate the output to
12 Locale() string
13 // IsTTY returns true when the ui has a TTY

Callers 2

color_test.goFile · 0.65
NewUIFunction · 0.65

Implementers 1

FakeConfigcommand/commandfakes/fake_config.go

Calls

no outgoing calls

Tested by

no test coverage detected