You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just discovered deno and cliffy and I think they are great for making cli's.
I only wanted to report that the example on the main page doesn't work (attached screenshot with the page and the command that doesn't work):
$ deno run --allow-net=localhost:8080,deno.land https://deno.land/x/[email protected]/examples/command.ts 130
error: Module not found “https://deno.land/x/[email protected]/examples/command.ts”
This work (It just changes the cliffy version of the examples folder):
$ deno run --allow-net=localhost:8080,deno.land https://deno.land/x/[email protected]/examples/command.ts
Thanks for sharing this great tool!!
The text was updated successfully, but these errors were encountered:
salva-dev
changed the title
Example on the main page doesn't work
Url in example on the main page doesn't work
Jul 20, 2024
I just discovered deno and cliffy and I think they are great for making cli's.
I only wanted to report that the example on the main page doesn't work (attached screenshot with the page and the command that doesn't work):
This work (It just changes the cliffy version of the examples folder):
Thanks for sharing this great tool!!
The text was updated successfully, but these errors were encountered: