mirror of
https://github.com/nushell/nushell.git
synced 2025-05-02 00:54:25 +02:00
* 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;
|