()
| 119 | } |
| 120 | |
| 121 | func (s *IOStreams) ColorLabels() bool { |
| 122 | return s.colorLabels |
| 123 | } |
| 124 | |
| 125 | // DetectTerminalTheme is a utility to call before starting the output pager so that the terminal background |
| 126 | // can be reliably detected. |
no outgoing calls
no test coverage detected