Files
nushell/crates/nu-command/src/commands
soumil-07 e6af7f75a1 Read from standard input in rm (#3763)
* Read from standard input in `rm`

With this change, rm falls back to reading from the standard input if no
arguments are supplied. This leads to more intuitive pipes as seen in
https://github.com/nushell/nushell/issues/2824

 ls | get name | sort-by | first 20 | each {rm $it} becomes
 ls | get name | sort-by | first 20 | rm

* [Fix] Run cargo fmt, make files a rest parameter, and fix cargo build warnings

* [Fix] Fix clippy suggestions
2021-07-25 15:01:53 +12:00
..
2021-07-22 08:45:46 -05:00
2021-06-19 15:00:07 +12:00
2021-07-09 16:43:18 -05:00
2021-07-22 08:45:46 -05:00