diff --git a/bin/core/imag/src/main.rs b/bin/core/imag/src/main.rs index 27c82a75..fbaa974e 100644 --- a/bin/core/imag/src/main.rs +++ b/bin/core/imag/src/main.rs @@ -221,7 +221,7 @@ fn main() { .map(|command| { match Command::new(format!("imag-{}", command)) .stdin(::std::process::Stdio::inherit()) - .stdout(::std::process::Stdio::inherit()) + .stdout(::std::process::Stdio::piped()) .stderr(::std::process::Stdio::inherit()) .arg("--version") .output()