From 71393370832946a33e8a34d2e9cfaad8bf97c91b Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Wed, 21 Aug 2024 06:54:59 -0700 Subject: feat(flags): improve help output and make `deno run` list tasks (#25108) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - rewrite flag help - use gray for indentation - reorganize permission flags and split them up - make help subcommand act like help flag - `deno run` outputs list of tasks - Fixes #25120 error handling for `deno run` in case of no config file being found needs to be improved --------- Co-authored-by: Bartek IwaƄczuk --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index d0b871f49..087b52477 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -83,6 +83,7 @@ libsui = "0.3.0" napi_sym.workspace = true node_resolver.workspace = true +anstream = "0.6.14" async-trait.workspace = true base32.workspace = true base64.workspace = true -- cgit v1.2.3