nu-command 0.29.0

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

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