mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
chore: rephrase env var help (#14270)
This commit is contained in:
parent
7d50a5fd43
commit
d52613ebab
1 changed files with 2 additions and 2 deletions
|
@ -474,8 +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_FUTURE_CHECK Opt-in to the upcoming behavior of the `deno run`
|
||||
subcommand 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)
|
||||
|
|
Loading…
Reference in a new issue