clap env support

This commit is contained in:
weisd
2025-02-17 16:15:16 +08:00
parent 5f5ddc32a7
commit 0be26498d9
4 changed files with 14 additions and 23 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ futures-util.workspace = true
# uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
ecstore = { path = "../ecstore" }
s3s.workspace = true
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive","env"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "time"] }
hyper-util = { version = "0.1.10", features = [
"tokio",