mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 11:15:49 +02:00
add nu-ansi-term (#3089)
This commit is contained in:
@ -153,7 +153,7 @@ pub async fn cli(mut context: EvaluationContext) -> Result<(), Box<dyn Error>> {
|
||||
|
||||
#[cfg(windows)]
|
||||
{
|
||||
let _ = ansi_term::enable_ansi_support();
|
||||
let _ = nu_ansi_term::enable_ansi_support();
|
||||
}
|
||||
|
||||
let mut ctrlcbreak = false;
|
||||
|
Reference in New Issue
Block a user