forked from extern/nushell
23fec8eb0d
# Description Fixes: #11295 Sorry for introducing such issue. The issue is caused by we wrongly set `redirect_stdout` and `redirect_stderr` during eval, take the following as example: ```nushell ls | bat --paging always ``` When running `bat --paging always`, `redirect_stdout` should be `false`. But before this pr, it's set to true due to `ls` command, and then the `true` value will go to all remaining commands. # User-Facing Changes NaN # Tests + Formatting Sorry I don't think we have a way to test it. Because it needs to be tested on interactive command like `nvim`. # After Submitting NaN |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |