mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01: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. |
||
---|---|---|
.. | ||
commands | ||
format_conversions | ||
main.rs |