diff options
author | Ikumi Nakamura <28798279+johnmanjiro13@users.noreply.github.com> | 2022-04-28 21:02:55 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 14:02:55 +0200 |
commit | 8fb2678b220f4c3a25459cee1aa7f4dbba0adcc8 (patch) | |
tree | fcbef0d0255adf9dc51532271b7c9c722506cd0d /cli/flags.rs | |
parent | 3b40be2f6eeef65f3338abe9e62db91122ef5d8a (diff) |
fix(cli): wrap long line of the env variables help (#14422)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index e1b294838..68b960cd4 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -482,7 +482,8 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: DENO_NO_PROMPT Set to disable permission prompts on access (alternative to passing --no-prompt on invocation) 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 HTTP_PROXY Proxy address for HTTP requests (module downloads, fetch) |