We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9173116 commit 4e05b9fCopy full SHA for 4e05b9f
src/color.rs
@@ -20,8 +20,8 @@ pub fn build_spec(fg: Option<Color>, bold: bool) -> ColorSpec {
20
impl Printer {
21
pub fn new() -> Printer {
22
Printer {
23
- outwriter: BufferWriter::stdout(ColorChoice::Always),
24
- errwriter: BufferWriter::stderr(ColorChoice::Always),
+ outwriter: BufferWriter::stdout(ColorChoice::Auto),
+ errwriter: BufferWriter::stderr(ColorChoice::Auto),
25
}
26
27
0 commit comments