summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
authorTomofumi Chiba <tomofumi.chiba@gmail.com>2020-08-15 22:48:29 +0900
committerGitHub <noreply@github.com>2020-08-15 09:48:29 -0400
commitb684df784ef0ecbdf8bc3b6015177b6829420f86 (patch)
tree43fa416b91afb44c1c1a1d54e3ea2cf085b09c22 /cli/flags.rs
parent42ff8ede4c756b72d557b3f31384eb8b97392d5d (diff)
fix: add `NO_PROXY` to `deno help` and add test (#7048)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index b6e7abefb..f6cebae46 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -196,6 +196,8 @@ static ENV_VARIABLES_HELP: &str = "ENVIRONMENT VARIABLES:
HTTP_PROXY Proxy address for HTTP requests
(module downloads, fetch)
HTTPS_PROXY Proxy address for HTTPS requests
+ (module downloads, fetch)
+ NO_PROXY Comma-separated list of hosts which do not use a proxy
(module downloads, fetch)";
static DENO_HELP: &str = "A secure JavaScript and TypeScript runtime