mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 09:25:38 +02:00
fix excessive ansi escape sequences (#5901)
This commit is contained in:
@ -17,5 +17,5 @@ nu-protocol = { path = "../nu-protocol", version = "0.64.1" }
|
||||
regex = "1.4"
|
||||
unicode-width = "0.1.8"
|
||||
strip-ansi-escapes = "0.1.1"
|
||||
ansi-str = "0.1.1"
|
||||
ansi-str = "0.2.0"
|
||||
atty = "0.2.14"
|
||||
|
Reference in New Issue
Block a user