mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 09:53:43 +01:00
262914cf92
# 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
3 lines
21 B
Rust
3 lines
21 B
Rust
mod column;
|
|
mod umv;
|