mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
fix(cli): wrap long line of the env variables help (#14422)
This commit is contained in:
parent
3b40be2f6e
commit
8fb2678b22
1 changed files with 2 additions and 1 deletions
|
@ -482,7 +482,8 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES:
|
||||||
DENO_NO_PROMPT Set to disable permission prompts on access
|
DENO_NO_PROMPT Set to disable permission prompts on access
|
||||||
(alternative to passing --no-prompt on invocation)
|
(alternative to passing --no-prompt on invocation)
|
||||||
DENO_FUTURE_CHECK Opt-in to the upcoming behavior of the `deno run`
|
DENO_FUTURE_CHECK Opt-in to the upcoming behavior of the `deno run`
|
||||||
subcommand that doesn't perform type-checking by default.
|
subcommand 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