nushell/crates/nu-command/src/filesystem
Raphael Gaschignard eff7f33086
Report errors that occur on file operations in ls (#12033)
Currently errors just create empty entries inside of resulting
dataframes.

This changeset is meant to help debug #12004, though generally speaking
I do think it's worth having ways to make errors be visible in this kind
of pipeline be visible

An example of what this looks like

<img width="954" alt="image"
src="https://github.com/nushell/nushell/assets/1408472/2c3c9167-2aaf-4f87-bab5-e8302d7a1170">
2024-05-03 10:12:43 -05:00
..
cd.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
du.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
glob.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
ls.rs Report errors that occur on file operations in ls (#12033) 2024-05-03 10:12:43 -05:00
mktemp.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
mod.rs remove old mv command in favor of umv (renamed to mv) (#12022) 2024-03-01 09:37:23 +08:00
open.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
rm.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
save.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
start.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
touch.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
ucp.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
umkdir.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
umv.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00
util.rs making ls and du supports rest parameters. (#12327) 2024-04-13 15:03:17 +00:00
watch.rs Migrate to a new PWD API (#12603) 2024-05-03 14:33:09 +03:00