mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
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:
@@ -129,6 +129,7 @@ clap = { version = "4.5.30", features = [
|
||||
"unicode",
|
||||
"derive",
|
||||
"wrap_help",
|
||||
"env",
|
||||
] }
|
||||
|
||||
async-recursion = "1.0.5"
|
||||
|
||||
Reference in New Issue
Block a user