mirror of
https://github.com/nushell/nushell
synced 2025-01-02 16:29:00 +00: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
2 lines
21 B
Rust
2 lines
21 B
Rust
mod column;
|
|
mod umv;
|