From c487a86b04dc1b638d204fa4f528fb0b832859ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 1 Oct 2024 14:05:21 +0100 Subject: fix: Hide 'deno cache' from help output (#25960) `deno cache` was soft-deprecated in favor of `deno install`. It should not show up in the help output. --- cli/args/flags.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli') diff --git a/cli/args/flags.rs b/cli/args/flags.rs index b4f566810..25634f384 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1176,7 +1176,6 @@ static DENO_HELP: &str = cstr!( Tooling: bench Run benchmarks deno bench bench.ts - cache Cache the dependencies check Type-check the dependencies clean Remove the cache directory compile Compile the script into a self contained executable -- cgit v1.2.3