### Problem you are trying to solve When I run this command: ```rust Command::new("rustup") .args(["target", "add", target]) .output() .expect("Failed to run rustup"); ``` I cannot get a colored text as output. It does not happen when I run the same command directly from my terminal. ### Solution you'd like Would it be possible to add a `--color` option even for the `rustup` installer? Thanks in advance! ### Notes _No response_