Function owo_colors::colored::control::unset_override [−][src]
pub fn unset_override()
Expand description
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.
This override can be set using set_override
.