nu-command 0.27.1

CLI for nushell
Documentation
1
2
3
4
5
6
7
8
9
pub mod command;
pub mod group;
pub mod window;

pub(crate) use command::make_indexed_item;
pub use command::process_row;
pub use command::Each;
pub use group::EachGroup;
pub use window::EachWindow;