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
Uh oh!
There was an error while loading. Please reload this page.
-
Does
denohave a way to list the sub-commands supported in runtime?In the following repo, I'm trying to use
deno compilein the CLI tool running ondenoin 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
denowhich a developer uses is supporting the sub-commandcompileat the beginning of the CLI tool.I would appreciate any insights.
Beta Was this translation helpful? Give feedback.
All reactions