nushell/crates/nu-utils/src/lib.rs
WindSoilder 84caf8859f
add -e flag to print, to print the value to stderr (#5935)
* Refactor: make stdout write all and flush as generic function

* support print to stderr
2022-07-02 09:54:49 -05:00

4 lines
111 B
Rust

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