nu-command 0.29.0

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

pub use command::Command as Rotate;
pub use counter_clockwise::SubCommand as RotateCounterClockwise;