Enable color output in bpaf

This commit is contained in:
Teoh Han Hui 2024-06-28 05:51:29 +08:00
parent 6e0e3fd18a
commit 7c874a8e9a
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
2 changed files with 27 additions and 1 deletions

View file

@ -21,5 +21,6 @@ tracing = { workspace = true, features = ["attributes", "std"] }
tracing-subscriber = { workspace = true, features = ["ansi", "fmt", "smallvec", "std", "tracing-log"] }
[features]
default = ["autocomplete"]
default = ["autocomplete", "color"]
autocomplete = ["bpaf/autocomplete"]
color = ["bpaf/dull-color"]