nushell/crates/nu-command/tests
Ian Manske cab86f49c0
Fix pipe redirection into complete (#12818)
# 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.
2024-05-11 15:32:00 +00:00
..
commands Fix pipe redirection into complete (#12818) 2024-05-11 15:32:00 +00:00
format_conversions Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
main.rs ♻️ rework some help strings (#12306) 2024-03-27 08:41:02 -05:00