nu-command 0.112.1

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
8
9
mod panic;
mod source;
mod tutor;
mod unlet;

pub use panic::Panic;
pub use source::Source;
pub use tutor::Tutor;
pub use unlet::DeleteVar;