diff options
author | Bert Belder <bertbelder@gmail.com> | 2022-10-20 16:15:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 16:15:21 +0200 |
commit | a48d05fac779e53e92fe0e8b5668adf120f319e4 (patch) | |
tree | ff76b217ac4e5550d61ee00b36b37b07bc6542ff /cli/args/flags.rs | |
parent | bfc1fb8d68f39b899e544eee66e3a08abfd350b0 (diff) |
feat(cli): check for updates in background (#15974)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'cli/args/flags.rs')
-rw-r--r-- | cli/args/flags.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 5e5d80c4a..b49737661 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -506,6 +506,8 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: (defaults to $HOME/.deno/bin) DENO_NO_PROMPT Set to disable permission prompts on access (alternative to passing --no-prompt on invocation) + DENO_NO_UPDATE_CHECK Set to disable checking if newer Deno version is + available DENO_WEBGPU_TRACE Directory to use for wgpu traces DENO_JOBS Number of parallel workers used for the --parallel flag with the test subcommand. Defaults to number |