nushell/crates/nu-command
Ian Manske 95977faf2d
Do not propagate glob creation error for external args (#12955)
# Description
Instead of returning an error, this PR changes `expand_glob` in
`run_external.rs` to return the original string arg if glob creation
failed. This makes it so that, e.g.,
```nushell
^echo `[`
^echo `***`
```
no longer fail with a shell error. (This follows from #12921.)
2024-05-25 08:59:36 +08:00
..
src Do not propagate glob creation error for external args (#12955) 2024-05-25 08:59:36 +08:00
tests Make from json --objects streaming (#12949) 2024-05-24 23:37:50 +00:00
Cargo.toml Rewrite run_external.rs (#12921) 2024-05-23 02:05:27 +00:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00