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
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
2 Replies
crowlKats
crowlKats2y ago
yea, you should follow that note and use the std one, so https://deno.land/std@0.158.0/flags/mod.ts
dan.the.discloser
So it's now called parse and I couldn't find it because I was looking for parseArgs (?) what should I have clued me in on the name change?