1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 10:37:52 -05:00
denoland-deno/flags/example.ts

5 lines
92 B
TypeScript
Raw Normal View History

2018-12-19 13:06:31 -05:00
import { args } from "deno";
import { parse } from "./index.ts";
2018-12-19 13:06:31 -05:00
console.dir(parse(args));