mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 00:48:59 +02:00
remove old mv
command in favor of umv
(renamed to mv) (#12022)
# Description This PR removes our old nushell `mv` command in favor of the uutils/coreutils `uu_mv` crate's `mv` command which we integrated in 0.90.1. # User-Facing Changes # Tests + Formatting # After Submitting
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
mod column;
|
||||
mod mv;
|
||||
mod umv;
|
||||
|
Reference in New Issue
Block a user