From d9ed40ad7c379967d0f53f608952e3b39a0ea044 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 23 Aug 2024 10:56:48 -0700 Subject: [PATCH] fix: update commands for v1.46 (#400) --- _entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_entry.sh b/_entry.sh index d5e11ed..513b2fe 100644 --- a/_entry.sh +++ b/_entry.sh @@ -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