Crate color_nope

Crate color_nope 

Source
Expand description

Support for standard options to disable colors in the terminal.

An implementation of the NO_COLOR standard, following the Command Line Interface Guidelines.

§Usage

See ColorNope for usage examples.

Structs§

ColorNope
Decides whether color should be enabled, based on the environment and the target stream.

Enums§

Force
Override other settings to force colors on or off.
Stream
Output streams.