summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-08-21 06:54:59 -0700
committerGitHub <noreply@github.com>2024-08-21 06:54:59 -0700
commit71393370832946a33e8a34d2e9cfaad8bf97c91b (patch)
tree4fbb1c8ad9e2c734986611c43063b09aa38c1569 /cli/Cargo.toml
parente920835417d10f3735645c910e513886cdda6a39 (diff)
feat(flags): improve help output and make `deno run` list tasks (#25108)
- 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 <biwanczuk@gmail.com>
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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