fix: use anstream + owo-color for colorful CLI output
the color-print crate works very well, but it cannot disable styling if the terminal does not support it, when saving the output to a file, etc
This commit is contained in:
parent
d053ac3eba
commit
e8324cf3b0
2 changed files with 102 additions and 70 deletions
|
|
@ -57,4 +57,5 @@ tracing-subscriber.workspace = true
|
|||
serde_yaml.workspace = true
|
||||
dirs.workspace = true
|
||||
|
||||
color-print = "0.3.6"
|
||||
anstream = "0.6.15"
|
||||
owo-colors = "4.0.0"
|
||||
|
|
|
|||
Reference in a new issue