nu-cmd-extra 0.112.2

Nushell's extra commands that are not part of the 1.0 api standard.
Documentation
1
2
3
4
5
6
7
8
9
mod each_while;
mod roll;
mod rotate;
mod update_cells;

pub(crate) use each_while::EachWhile;
pub(crate) use roll::*;
pub(crate) use rotate::Rotate;
pub(crate) use update_cells::UpdateCells;