Skip to content

Commit

Permalink
fix: Hide 'deno cache' from help output (#25960)
Browse files Browse the repository at this point in the history
`deno cache` was soft-deprecated in favor of `deno install`. It should
not show up in the help output.
  • Loading branch information
bartlomieju authored Oct 1, 2024
1 parent aafe771 commit c487a86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cli/args/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/integration/flags_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ fn help_output() {
"Install script as an executable",
"Uninstall a script previously installed with deno install",
"Run benchmarks",
"Cache the dependencies",
"Type-check the dependencies",
"Compile the script into a self contained executable",
"Print coverage reports",
Expand Down

0 comments on commit c487a86

Please sign in to comment.