diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-08-21 06:54:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 06:54:59 -0700 |
| commit | 71393370832946a33e8a34d2e9cfaad8bf97c91b (patch) | |
| tree | 4fbb1c8ad9e2c734986611c43063b09aa38c1569 /cli/Cargo.toml | |
| parent | e920835417d10f3735645c910e513886cdda6a39 (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.toml | 1 |
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 |
