()
| 113 | } |
| 114 | |
| 115 | func (s *IOStreams) HasTrueColor() bool { |
| 116 | if s.colorOverride { |
| 117 | return s.colorEnabled |
| 118 | } |
| 119 | return s.term.IsTrueColorSupported() |
| 120 | } |
| 121 | |
| 122 | func (s *IOStreams) ColorLabels() bool { |
| 123 | return s.colorLabels |
no test coverage detected