nushell/crates/nu-command/src/filesystem
George Padley 1c677c9577
Map DirectoryNotFound to FileNotFound for open command (#10089)
# Description


This PR should close #10085
Maps `DirectoryNotFound` errors to `FileNotFound`. All other errors are
left unchanged.

# User-Facing Changes

This means a user will see `FileNotFound` instead of `DirectoryNotFound`
which is more meaning full to the user.
2023-09-21 20:17:44 +02:00
..
cd_query.rs Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
cd.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
cp.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
glob.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
ls.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mkdir.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs use uutils/coreutils cp command in place of nushell's cp command (#10097) 2023-09-08 13:57:38 -05:00
mv.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
open.rs Map DirectoryNotFound to FileNotFound for open command (#10089) 2023-09-21 20:17:44 +02:00
rm.rs Clean up trash support on Android (#10225) 2023-09-05 14:38:23 +02:00
save.rs Invert &Options to Option<&T> (#10315) 2023-09-13 07:00:58 +08:00
start.rs provide env to commands and try to start provided path (#10302) 2023-09-12 14:03:41 +02:00
touch.rs Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
ucp.rs Fix variables not allowed in ucp (#10304) 2023-09-10 17:54:33 -05:00
util.rs Fix cp -u/mv -u when the dst doesn't exist (#9662) 2023-07-12 18:12:59 +02:00
watch.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00