Expand description
A common helper type to determine color output.
Enums§
Constants§
- COLOR_
CLI_ COLOR_ ENV - A Rusty environment variable for command-line tools, if set to
0color should not be used, if set to1color should be used, otherwise it’s up to the tool to decide. - COLOR_
NO_ COLOR_ ENV - A common environment variable for command-line tools, if set to any value color should not be used.