summaryrefslogtreecommitdiff
path: root/cli/flags.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-09-25 00:52:01 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-09-24 18:52:01 -0400
commit112ce0df1f9e36a57b520aa59dc1767ba0716bb0 (patch)
treefa667d29c9cb433f4d09396a36cab43d4421db6c /cli/flags.rs
parenta497f87b59a5271d89cf50063154c46c4e52c523 (diff)
test: add HTTP_PROXY tests (#2977)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r--cli/flags.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs
index 2811c2c20..c00137b4f 100644
--- a/cli/flags.rs
+++ b/cli/flags.rs
@@ -62,7 +62,9 @@ pub struct DenoFlags {
static ENV_VARIABLES_HELP: &str = "ENVIRONMENT VARIABLES:
DENO_DIR Set deno's base directory
- NO_COLOR Set to disable color";
+ NO_COLOR Set to disable color
+ HTTP_PROXY Set proxy address for HTTP requests (module downloads, fetch)
+ HTTPS_PROXY Set proxy address for HTTPS requests (module downloads, fetch)";
fn add_run_args<'a, 'b>(app: App<'a, 'b>) -> App<'a, 'b> {
app