From 9bc2dd29ad6ba334fd57a20114e367d3c04763d4 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 19 Aug 2024 00:39:53 +0200 Subject: fix: clean up flag help output (#24686) Permission flags are unified in a clearer and concise output. Unstable flags are hidden by default with exception of the `unstable` flag itself. the remaining unstable flags can be seen with a `--help=unstable`. This also cleans up to show unstable flags only for subcommands that actually need them. Also sorts flags alphabetically, and gorups various flags together in a set of categories. --------- Co-authored-by: crowlkats --- cli/tools/jupyter/server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tools/jupyter') diff --git a/cli/tools/jupyter/server.rs b/cli/tools/jupyter/server.rs index bcfc52212..0cd80f7dd 100644 --- a/cli/tools/jupyter/server.rs +++ b/cli/tools/jupyter/server.rs @@ -683,7 +683,7 @@ fn kernel_info() -> messaging::KernelInfoReply { banner: "Welcome to Deno kernel".to_string(), help_links: vec![messaging::HelpLink { text: "Visit Deno manual".to_string(), - url: "https://deno.land/manual".to_string(), + url: "https://docs.deno.com".to_string(), }], debugger: false, error: None, -- cgit v1.2.3