From d0c58014748b8fc810b01673d43ee0f829081dcf Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Sat, 24 Apr 2021 08:50:16 +0530 Subject: [PATCH] Fix terminal output redirection when piping stdout Now, when you do `xplr > out.txt` and invoke the terminal, the stdout won't be redirected. --- src/runner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runner.rs b/src/runner.rs index 437a6ab..0d50cf8 100644 --- a/src/runner.rs +++ b/src/runner.rs @@ -46,7 +46,7 @@ fn call(app: &app::App, cmd: app::Command, silent: bool) -> io::Result