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:
Darren Schroeder
2024-02-29 19:37:23 -06:00
committed by GitHub
parent 4c4609d646
commit 262914cf92
8 changed files with 39 additions and 890 deletions

View File

@ -1,3 +1,2 @@
mod column;
mod mv;
mod umv;