c4spar / deno-cliffy

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
https://cliffy.io
MIT License
929 stars 65 forks source link

cliffy.io has broken examples #743

Open cscheid opened 1 week ago

cscheid commented 1 week ago
image
$ deno run --allow-net=localhost:8080,deno.land https://deno.land/x/cliffy@v1.0.0-rc.5/examples/command.ts
error: Module not found "https://deno.land/x/cliffy@v1.0.0-rc.5/examples/command.ts".
image
$ deno
Deno 1.46.3
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
> import { Command } from "https://deno.land/x/cliffy@v1.0.0-rc.5/command/mod.ts";
Uncaught TypeError: Module not found "https://deno.land/x/cliffy@v1.0.0-rc.5/command/mod.ts".