mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
fix: display output and errors
This commit is contained in:
parent
950b5f824d
commit
7ff068236d
1 changed files with 2 additions and 1 deletions
|
|
@ -198,7 +198,8 @@ pub fn confirm_suggestion(shell: &str, command: &str, highlighted: &str) -> Resu
|
|||
.arg(shell)
|
||||
.arg("-c")
|
||||
.arg(command)
|
||||
.stdout(Stdio::piped())
|
||||
.stdout(Stdio::inherit())
|
||||
.stderr(Stdio::inherit())
|
||||
.output()
|
||||
.expect("failed to execute process");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue