Add verbosity and respect colours

This commit is contained in:
Andras Schmelczer 2025-03-27 19:14:42 +00:00
parent b48af7e211
commit f1002712e9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
7 changed files with 106 additions and 24 deletions

View file

@ -36,6 +36,7 @@ regex = "1.11.1"
clap = { version = "4.5.32", features = ["derive"] }
futures = "0.3.31"
serde_json = "1.0.140"
clap-verbosity-flag = "3.0.2"
[lints]
workspace = true