nushell/crates/nu-command/src/filesystem
Robert O'Shea 926177235c
Added quiet flag rm command #4423 (#4430)
* rm now uses -f flag to not print anything

* changed quiet flag to q not f

* Changed value passed to Value::Nothing in rm command
2022-02-12 01:22:40 +02:00
..
cd.rs Fix cd-ing into a file (#831) 2022-01-23 15:02:12 +02:00
cp.rs Re-port filesystem commands (#4387) 2022-02-09 09:56:27 -05:00
ls.rs fix ls and ls tests (#931) 2022-02-04 14:32:13 -06:00
mkdir.rs Use only $nu.env.PWD for getting the current directory (#587) 2022-01-05 09:30:34 +11:00
mod.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
mv.rs Re-port filesystem commands (#4387) 2022-02-09 09:56:27 -05:00
open.rs Command tests (#922) 2022-02-03 21:01:45 -05:00
rm.rs Added quiet flag rm command #4423 (#4430) 2022-02-12 01:22:40 +02:00
save.rs Remove stringification for binary values in save command (#4428) 2022-02-11 14:26:36 -05:00
touch.rs Fix directory change lag (#672) 2022-01-05 16:50:27 +11:00
util.rs Re-port filesystem commands (#4387) 2022-02-09 09:56:27 -05:00