()
| 108 | } |
| 109 | |
| 110 | func (s *IOStreams) ColorLabels() bool { |
| 111 | return s.colorLabels |
| 112 | } |
| 113 | |
| 114 | // DetectTerminalTheme is a utility to call before starting the output pager so that the terminal background |
| 115 | // can be reliably detected. |
no outgoing calls
no test coverage detected