pub fn unset_override()Available on crate feature
supports-colors only.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.