diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-13 13:59:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 13:59:53 +0200 |
commit | 47e8deeaf704eb9372db5c5070455252ed0cfa79 (patch) | |
tree | ddba26d21eaf5f60c977be98241a11f8bf1e317c | |
parent | 4d18f558e4cfebc5b8d9d594401e3ce74fc3226b (diff) |
chore: add info about DENO_FUTURE_CHECK env var to --help (#14267)
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index f20b857c0..496398d15 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -474,6 +474,8 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: DENO_DIR Set the cache directory DENO_INSTALL_ROOT Set deno install's output directory (defaults to $HOME/.deno/bin) + DENO_FUTURE_CHECK Opt-in into new behavior of "deno run" that doesn't + perform type-checking by default. DENO_WEBGPU_TRACE Directory to use for wgpu traces HTTP_PROXY Proxy address for HTTP requests (module downloads, fetch) |