deno-cliffy icon indicating copy to clipboard operation
deno-cliffy copied to clipboard

Url in example on the main page doesn't work

Open salva-dev opened this issue 7 months ago • 0 comments

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!!

image

salva-dev avatar Jul 20 '24 08:07 salva-dev