nushell/crates/nu-command/tests
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
..
commands Map DirectoryNotFound to FileNotFound for open command (#10089) 2023-09-21 20:17:44 +02:00
format_conversions Remove dead BSON related tests (#10458) 2023-09-21 20:01:49 +02:00
main.rs Rename misused "deprecation" to removal (#10000) 2023-08-15 07:17:31 +12:00