()
| 101 | } |
| 102 | |
| 103 | func (s *IOStreams) HasTrueColor() bool { |
| 104 | if s.colorOverride { |
| 105 | return s.colorEnabled |
| 106 | } |
| 107 | return s.term.IsTrueColorSupported() |
| 108 | } |
| 109 | |
| 110 | func (s *IOStreams) ColorLabels() bool { |
| 111 | return s.colorLabels |
no test coverage detected