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