Skip to content

Commit

Permalink
fix: update commands for v1.46 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Aug 23, 2024
1 parent 46d51a5 commit d9ed40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$1" != "${1#-}" ]; then
fi

case "$1" in
bench | bundle | cache | compile | completions | coverage | doc | eval | fmt | help | info | install | lint | lsp | repl | run | task | test | types | uninstall | upgrade | vendor )
add | bench | bundle | cache | compile | completions | coverage | doc | eval | fmt | help | init | info | install | jupyter | lint | lsp | publish | remove | repl | run | serve | task | test | types | uninstall | upgrade | vendor )
# if the first argument is a known deno command
exec deno "$@";;
esac
Expand Down

0 comments on commit d9ed40a

Please sign in to comment.