ColorEnabled enables or disabled color
()
| 8 | type 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 |
no outgoing calls
no test coverage detected