0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 18:12:59 -05:00
deno/flags/example.ts
2018-12-19 13:06:31 -05:00

4 lines
96 B
TypeScript

import { args } from "deno";
import parseArgs from "./index.ts";
console.dir(parseArgs(args));