feat(cli): add clap-verbosity-flag for enhanced logging control

This commit is contained in:
hdbg
2025-12-08 15:16:15 +01:00
parent be866cfb1a
commit a01f511311
6 changed files with 34 additions and 16 deletions

View File

@@ -9,6 +9,7 @@ license = "MIT"
[dependencies]
bollard = "0.19.4"
clap = { version = "4.5.53", features = ["derive"] }
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
cliclack = "0.3.7"
colored = "3.0.0"
comfy-table = "7.2.1"