This commit is contained in:
Anton-4 2024-02-14 18:18:16 +01:00
parent 38467394cc
commit 719e32e0f0
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
2 changed files with 0 additions and 4 deletions

View file

@ -104,8 +104,6 @@ pub fn strip_colors(str: &str) -> String {
str.replace(ANSI_STYLE_CODES.red, "")
.replace(ANSI_STYLE_CODES.green, "")
.replace(ANSI_STYLE_CODES.yellow, "")
.replace(ANSI_STYLE_CODES.blue, "")
.replace(ANSI_STYLE_CODES.magenta, "")
.replace(ANSI_STYLE_CODES.cyan, "")
.replace(ANSI_STYLE_CODES.white, "")
.replace(ANSI_STYLE_CODES.bold, "")