mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
parent
4a79450988
commit
096e0b36e6
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