diff options
author | Oscar Linde <lindeoscar@gmail.com> | 2020-07-13 01:18:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-12 19:18:27 -0400 |
commit | 3be2064803b127c1aaa4af4aa3f060bcc8e88049 (patch) | |
tree | c6a0b739903a536fc727430f8dac38c4b578fd65 /cli/flags.rs | |
parent | e1d814055281ee2781dfda93cf8b2637b8d65800 (diff) |
feat(cli): add DENO_CERT environment variable (#6370)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 7d9ba8fdb..efd0a5c63 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -186,6 +186,7 @@ static ENV_VARIABLES_HELP: &str = "ENVIRONMENT VARIABLES: DENO_DIR Set the cache directory DENO_INSTALL_ROOT Set deno install's output directory (defaults to $HOME/.deno/bin) + DENO_CERT Load certificate authority from PEM encoded file NO_COLOR Set to disable color HTTP_PROXY Proxy address for HTTP requests (module downloads, fetch) |