Formatting and enable passing CLI arguments via environment variables.
This commit is contained in:
@@ -9,4 +9,4 @@ axum = "0.6"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
prometheus = "0.13"
|
||||
reqwest = { version = "0.11", features = ["json"] }
|
||||
clap = { version = "4.0", features = ["derive"] }
|
||||
clap = { version = "4.0", features = ["derive", "env"] }
|
||||
|
||||
Reference in New Issue
Block a user