nushell/crates/nu-command/tests
WindSoilder f35741d50e
redirection: fix internal commands error with o+e> redirection (#10816)
# Description
Currently the following command is broken:
```nushell
echo a o+e> 1.txt
```

It's because we don't redirect output of `echo` command. This pr is
trying to fix it.
2023-10-25 16:35:51 +02:00
..
commands redirection: fix internal commands error with o+e> redirection (#10816) 2023-10-25 16:35:51 +02:00
format_conversions fix: Ensure consistent vals and cols when parsing with --flexible (#10814) 2023-10-24 15:54:26 -05:00
main.rs Rename misused "deprecation" to removal (#10000) 2023-08-15 07:17:31 +12:00