diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-10-01 14:05:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-01 15:05:21 +0200 |
commit | c487a86b04dc1b638d204fa4f528fb0b832859ba (patch) | |
tree | f4b06fdc631fae3adae13d4ed86f4f7da0250696 /cli/args/flags.rs | |
parent | aafe771b55f769d32145489c57fa33eb823716cb (diff) |
fix: Hide 'deno cache' from help output (#25960)
`deno cache` was soft-deprecated in favor of `deno install`. It should
not show up in the help output.
Diffstat (limited to 'cli/args/flags.rs')
-rw-r--r-- | cli/args/flags.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs index b4f566810..25634f384 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1176,7 +1176,6 @@ static DENO_HELP: &str = cstr!( <y>Tooling:</> <g>bench</> Run benchmarks <p(245)>deno bench bench.ts</> - <g>cache</> Cache the dependencies <g>check</> Type-check the dependencies <g>clean</> Remove the cache directory <g>compile</> Compile the script into a self contained executable |