nu-command 0.27.1

CLI for nushell
Documentation
1
2
3
4
5
mod command;
pub mod mv;

pub use command::Command as Move;
pub use mv::Mv;