mirror of
https://github.com/nushell/nushell
synced 2025-01-16 15:14:26 +00:00
cab86f49c0
# Description Fixes #12796 where a combined out and err pipe redirection (`o+e>|`) into `complete` still provides separate `stdout` and `stderr` columns in the record. Now, the combined output will be in the `stdout` column. This PR also fixes a similar error with the `e>|` pipe redirection. # Tests + Formatting Added two tests. |
||
---|---|---|
.. | ||
call_ext.rs | ||
closure_eval.rs | ||
column.rs | ||
command_prelude.rs | ||
documentation.rs | ||
env.rs | ||
eval.rs | ||
eval_helpers.rs | ||
glob_from.rs | ||
lib.rs | ||
scope.rs |