nu-command 0.41.0

CLI for nushell
Documentation
1
2
3
4
5
6
7
mod command;
mod gradient;
mod strip;

pub use command::Command as Ansi;
pub use gradient::SubCommand as AnsiGradient;
pub use strip::SubCommand as AnsiStrip;