diff options
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 4 |
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 |