mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
fix wrong links for flags (#112)
This commit is contained in:
parent
b99d7d3e0f
commit
1d64eba63d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Command line arguments parser for Deno based on minimist
|
|||
|
||||
```ts
|
||||
import { args } from "deno";
|
||||
import { parse } from "https://deno.land/x/flags/index.ts";
|
||||
import { parse } from "https://deno.land/x/flags/mod.ts";
|
||||
|
||||
console.dir(parse(args));
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue