nushell/crates/nu-command/src/filesystem
Stefan Holderbach 79fd7d54b2
Wrap open parse errors from from commands (#6877)
* Wrap `open` parse errors from `from` commands

Minimal fix for #6843

This propagates the underlying errors from the called `from` commands
and adds a top-level error with the full path and the understood file
extension and resulting called command.

* Repoint inner span for `from ...` to `open`

* Add actionable message: refer to help or use --raw
2022-10-24 20:09:19 +02:00
..
cd_query.rs Add hooks to cli/repl (#5479) 2022-05-09 07:28:39 +12:00
cd.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
cp.rs Always report errors in cp (#6404) 2022-08-24 10:39:28 -07:00
glob.rs Filter out empty glob patterns to "glob" command (#6707) 2022-10-15 18:00:38 +02:00
ls.rs Mildly edited a small handful of help messages (#6868) 2022-10-23 02:02:52 -04:00
mkdir.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
mod.rs enable cd to work with directory abbreviations (#5452) 2022-05-06 07:58:32 -05:00
mv.rs Clippy with the current stable toolchain (#6615) 2022-09-26 19:29:25 +02:00
open.rs Wrap open parse errors from from commands (#6877) 2022-10-24 20:09:19 +02:00
rm.rs rm: don't update target_exists every time in the loop (#6837) 2022-10-21 07:42:29 -07:00
save.rs Allow captured stderr saving to file (#6793) 2022-10-20 07:56:44 -05:00
touch.rs remove -d and -t from touch (#6629) 2022-09-28 13:48:34 +13:00
util.rs cp, mv, and rm commands need to support -i flag (#5523) 2022-05-18 09:53:46 -05:00
watch.rs add -e flag to print, to print the value to stderr (#5935) 2022-07-02 09:54:49 -05:00