mirror of
https://github.com/nushell/nushell.git
synced 2025-07-08 18:37:07 +02:00
8 lines
130 B
Rust
8 lines
130 B
Rust
mod column;
|
|
mod command;
|
|
pub mod mv;
|
|
|
|
pub use column::SubCommand as MoveColumn;
|
|
pub use command::Command as Move;
|
|
pub use mv::Mv;
|