Replies: 1 comment
-
@horihiro See the code in the script ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does
deno
have a way to list the sub-commands supported in runtime?In the following repo, I'm trying to use
deno compile
in the CLI tool running ondeno
in order to reduce the size of the deployment package.https://github.com/horihiro/azure-functions-deno-worker/blob/bundleAsExecutable/denofunc.ts#L97
I want to check if the
deno
which a developer uses is supporting the sub-commandcompile
at the beginning of the CLI tool.I would appreciate any insights.
Beta Was this translation helpful? Give feedback.
All reactions