shannon-nu-command 0.111.3

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
pub mod column;
pub mod drop_;
pub mod nth;

pub use column::DropColumn;
pub use drop_::Drop;
pub use nth::DropNth;