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

5 lines
96 B
TypeScript
Raw Normal View History

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