mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Color even if redirecting stdout
This commit is contained in:
parent
d48a89a7d1
commit
5ac277bac5
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ fn wrap_args<I>(it: I, outfile: Option<&PathBuf>) -> Vec<OsString>
|
|||
}
|
||||
|
||||
if !has_color {
|
||||
let color = stdout_isatty() && stderr_isatty();
|
||||
let color = stderr_isatty();
|
||||
let setting = if color { "always" } else { "never" };
|
||||
args.push(format!("--color={}", setting).into());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue