Enable color output in bpaf
This commit is contained in:
parent
6e0e3fd18a
commit
7c874a8e9a
2 changed files with 27 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue