diff --git a/src/command.rs b/src/command.rs index 4f56442..048b099 100644 --- a/src/command.rs +++ b/src/command.rs @@ -83,6 +83,7 @@ impl Command { command.stdout(process::Stdio::null()); command.stderr(process::Stdio::null()); + command.arg("--no-terminal"); command.args(args); command.arg("--"); command.arg(url);