Remove Terminal Color Symbol Barf #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Use a library for terminal color, or remove the symbol barf from printing code.
Terminal Color Symbol Barfto Remove Terminal Color Symbol BarfFixed in commit
9b7e474.Added
owo-colors = "4"toCargo.tomland replaced all raw ANSI escape sequences (e.g.\x1b[1;32m...\x1b[0m) acrosssrc/config.rs,src/detect.rs,src/diagnose.rs,src/main.rs,src/proton.rs, andsrc/service.rswithowo_colors::OwoColorizetrait calls (e.g."✓".green().bold()).