deno-cliffy
deno-cliffy copied to clipboard
Url in example on the main page doesn't work
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!!