nushell/crates/nu-command
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
..
src readd update flag to cp command (#10824) 2023-10-25 11:30:13 +02:00
tests redirection: fix internal commands error with o+e> redirection (#10816) 2023-10-25 16:35:51 +02:00
Cargo.toml Revert "Bump regex from 1.9.6 to 1.10.2" (#10818) 2023-10-23 09:11:32 -05:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00