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.
On the page there is a note:
Migrated to https://github.com/denoland/deno_std
2 Replies
yea, you should follow that note and use the std one, so https://deno.land/std@0.158.0/flags/mod.ts
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?