Trying to enable clap integration with environment variables.

This commit is contained in:
Guillaume Yziquel 2024-05-22 12:56:13 +00:00
parent 7a951b4830
commit 241d6855bd

View file

@ -48,7 +48,7 @@ pgp-native = ["email-lib/pgp-native", "mml-lib/pgp-native", "pgp"]
[dependencies] [dependencies]
ariadne = "0.2" ariadne = "0.2"
async-trait = "0.1" async-trait = "0.1"
clap = { version = "4.4", features = ["derive", "wrap_help"] } clap = { version = "4.4", features = ["derive", "wrap_help", "env"] }
clap_complete = "4.4" clap_complete = "4.4"
clap_mangen = "0.2" clap_mangen = "0.2"
color-eyre = "0.6.3" color-eyre = "0.6.3"