Support setting --cert-store via an environment variable
- Set `--cert-store` using the environment variable `SQ_CERT_STORE`.
This commit is contained in:
parent
81dd7e0e00
commit
5daff2f939
@ -82,6 +82,7 @@ standard cert-d, which is located in $HOME/.local/share/pgp.cert.d."
|
||||
#[clap(
|
||||
long,
|
||||
value_name = "PATH",
|
||||
env = "SQ_CERT_STORE",
|
||||
conflicts_with_all = &[ "no_cert_store" ],
|
||||
help = "Specifies the location of the certificate store",
|
||||
long_help = "\
|
||||
|
Loading…
Reference in New Issue
Block a user