nushell/crates/nu-utils/src/lib.rs
Darren Schroeder ca12f39db3
added nu-utils crate, fixed issue where externals turn off vt processing (#4857)
* added `nu-utils` crate, fixed issue where externals turn off vt processing

* hopefully make work in non-windows environments

* clippy
2022-03-16 17:21:06 -05:00

4 lines
53 B
Rust

pub mod utils;
pub use utils::enable_vt_processing;