forked from extern/nushell
6 lines
99 B
Rust
6 lines
99 B
Rust
mod command;
|
|
mod strip;
|
|
|
|
pub use command::Command as Ansi;
|
|
pub use strip::SubCommand as AnsiStrip;
|