mirror of
https://github.com/denoland/deno.git
synced 2025-09-29 05:34:49 +00:00
Remove default export from flags module (denoland/deno_std#38)
Original: e674f7575a
This commit is contained in:
parent
a31e44d1c8
commit
0b9ab1249b
17 changed files with 103 additions and 103 deletions
|
@ -1,4 +1,4 @@
|
|||
import { args } from "deno";
|
||||
import parseArgs from "./index.ts";
|
||||
import { parse } from "./index.ts";
|
||||
|
||||
console.dir(parseArgs(args));
|
||||
console.dir(parse(args));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue