refactor: replace ansi_term with nu_ansi_term (#4339)

This commit is contained in:
David Knaack
2022-09-04 18:44:54 +02:00
committed by GitHub
parent 020759e56a
commit 6ac5df904b
81 changed files with 149 additions and 142 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ enum Commands {
fn main() {
// Configure the current terminal on windows to support ANSI escape sequences.
#[cfg(windows)]
let _ = ansi_term::enable_ansi_support();
let _ = nu_ansi_term::enable_ansi_support();
logger::init();
init_global_threadpool();