forked from extern/nushell
* added `nu-utils` crate, fixed issue where externals turn off vt processing * hopefully make work in non-windows environments * clippy
4 lines
53 B
Rust
4 lines
53 B
Rust
pub mod utils;
|
|
|
|
pub use utils::enable_vt_processing;
|