Only use colors & text decorations on ANSI-capable terminals.
Fixes #404.
This commit is contained in:
@@ -18,7 +18,7 @@ indoc = "1.0.7"
|
||||
itertools = "0.10.5"
|
||||
miette = "5.2.0"
|
||||
ordinal = "0.3.2"
|
||||
owo-colors = "3.5.0"
|
||||
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
|
||||
strum = "0.24.1"
|
||||
thiserror = "1.0.37"
|
||||
uplc = { path = '../uplc', version = "0.0.29" }
|
||||
|
||||
Reference in New Issue
Block a user