nu-command 0.75.0

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
8
mod explore;
mod griddle;
mod icons;
mod table;

pub use explore::Explore;
pub use griddle::Griddle;
pub use table::Table;