Controls whether WithColor applies ANSI colors to a stream.
Declared in <llvm/Support/WithColor.h>
enum class ColorMode : int;
| Name | Description |
|---|---|
Auto | Decide from the command line and whether the stream supports color. |
Enable | Force colors on when the stream can display them. |
Disable | Force colors off. |