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