nushell/crates/nu-utils/src/lib.rs
Darren Schroeder db9b88089e
enable find to be able to highlight some hits (#6086)
* enable find to be able to highlight some hits

* oops, deps in the wrong place
2022-07-20 10:09:33 -05:00

6 lines
133 B
Rust

pub mod utils;
pub use utils::{
enable_vt_processing, get_ls_colors, stderr_write_all_and_flush, stdout_write_all_and_flush,
};