mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 15:19:40 -05:00
chore: add info about DENO_FUTURE_CHECK env var to --help (#14267)
This commit is contained in:
parent
4d18f558e4
commit
47e8deeaf7
1 changed files with 2 additions and 0 deletions
|
@ -474,6 +474,8 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES:
|
||||||
DENO_DIR Set the cache directory
|
DENO_DIR Set the cache directory
|
||||||
DENO_INSTALL_ROOT Set deno install's output directory
|
DENO_INSTALL_ROOT Set deno install's output directory
|
||||||
(defaults to $HOME/.deno/bin)
|
(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
|
DENO_WEBGPU_TRACE Directory to use for wgpu traces
|
||||||
HTTP_PROXY Proxy address for HTTP requests
|
HTTP_PROXY Proxy address for HTTP requests
|
||||||
(module downloads, fetch)
|
(module downloads, fetch)
|
||||||
|
|
Loading…
Reference in a new issue