config from environment variables; CLI args override config file (#755)

* feat: configure through os environment variables
* feat: support CLI args overriding config file options
This commit is contained in:
L-Trump
2025-04-10 18:14:10 +08:00
committed by GitHub
parent 75f7865769
commit 44d93648ee
2 changed files with 226 additions and 124 deletions
+1
View File
@@ -129,6 +129,7 @@ clap = { version = "4.5.30", features = [
"unicode",
"derive",
"wrap_help",
"env",
] }
async-recursion = "1.0.5"