Module owo_colors::colored::control
source · [−]Expand description
A couple of functions to enable and disable coloring similarly to colored
Functions
Set an override value for whether or not colors are supported.
Remove any override value for whether or not colors are supported. This means
if_supports_color
will resume checking if the given
terminal output (Stream
) supports colors.