forked from extern/nushell
84caf8859f
* Refactor: make stdout write all and flush as generic function * support print to stderr
4 lines
111 B
Rust
4 lines
111 B
Rust
pub mod utils;
|
|
|
|
pub use utils::{enable_vt_processing, stderr_write_all_and_flush, stdout_write_all_and_flush};
|