From 5057f58145ab47276fdc4392619888e37aea8864 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Thu, 19 Sep 2024 05:55:50 +1000 Subject: feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hides `deno cache` from `--help` output. --------- Signed-off-by: Asher Gomez Co-authored-by: Bartek IwaƄczuk --- cli/lsp/language_server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/lsp/language_server.rs') diff --git a/cli/lsp/language_server.rs b/cli/lsp/language_server.rs index 6626767dd..f8fffd292 100644 --- a/cli/lsp/language_server.rs +++ b/cli/lsp/language_server.rs @@ -240,7 +240,7 @@ impl LanguageServer { } } - /// Similar to `deno cache` on the command line, where modules will be cached + /// Similar to `deno install --entrypoint` on the command line, where modules will be cached /// in the Deno cache, including any of their dependencies. pub async fn cache( &self, -- cgit v1.2.3