-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
questionFurther information is requestedFurther information is requested
Description
The colored package contains functionality to enable or disable colors using environment variables. Usage is roughly:
use colored::control::SHOULD_COLORIZE;
....
SHOULD_COLORIZE.should_colorize()
The implementation is here: https://github.com/mackwic/colored/blob/master/src/control.rs#L100
Can we control the coloring for owo-colors using environment variables?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested