nu-command 0.62.0

Nushell's built-in commands
Documentation
1
2
3
4
5
6
7
mod ansi_;
mod gradient;
mod strip;

pub use ansi_::AnsiCommand as Ansi;
pub use gradient::SubCommand as AnsiGradient;
pub use strip::SubCommand as AnsiStrip;