dan.the.discloserD
Denoβ€’4y agoβ€’
3 replies
dan.the.discloser

From where can I get parseArgs?

From where can I get parseArgs?

The example

import parseArgs from "https://github.com/bartlomieju/parseargs/index.ts";

on

https://deno.land/x/parseargs@remove

doesn't work.

Download https://github.com/bartlomieju/parseargs/index.ts
Uncaught TypeError: Module not found "https://github.com/bartlomieju/parseargs/index.ts".
    at async <anonymous>:2:35


On the page there is a note:

Migrated to https://github.com/denoland/deno_std
Was this page helpful?