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
..
charting Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
config Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
conversions Implement into path conversion (#3811) 2021-07-23 19:14:02 +12:00
core_commands change describe so it doesn't output colored strings (#3832) 2021-07-25 06:34:11 +12:00
dataframe Replace command (#3823) 2021-07-22 08:45:46 -05:00
env Add unlet_env command (#3629) 2021-06-19 15:00:07 +12:00
filesystem Read from standard input in rm (#3763) 2021-07-25 15:01:53 +12:00
filters Into binary changes (#3758) 2021-07-09 16:43:18 -05:00
formats Fix expected age of mockup files in example tests (#3808) 2021-07-20 18:05:58 -05:00
generators Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
math Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
network port network url to engine-p (#3690) 2021-06-26 13:19:10 +12:00
path Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
pathvar Support other variables than PATH in pathvar (2nd attempt) (#3828) 2021-07-24 11:44:36 -05:00
platform Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
random Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
shells Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
strings port capitalize to engine-p (#3794) 2021-07-23 19:13:11 +12:00
viewers Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
mod.rs Replace command (#3823) 2021-07-22 08:45:46 -05:00