MCPcopy
hub / github.com/helm/helm / ShouldDisableColor

Method ShouldDisableColor

pkg/cli/environment.go:299–301  ·  view source on GitHub ↗

ShouldDisableColor returns true if color output should be disabled

()

Source from the content-addressed store, hash-verified

297
298// ShouldDisableColor returns true if color output should be disabled
299func (s *EnvSettings) ShouldDisableColor() bool {
300 return s.ColorMode == "never"
301}

Callers 6

newGetAllCmdFunction · 0.80
newStatusCmdFunction · 0.80
newReleaseTestCmdFunction · 0.80
newInstallCmdFunction · 0.80
newUpgradeCmdFunction · 0.80
newListCmdFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected