summaryrefslogtreecommitdiff
path: root/std/flags/example.ts
blob: ad031726931d683330fd925ac86792d908af95f7 (plain)
1
2
3
4
5
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
const { args } = Deno;
import { parse } from "./mod.ts";

console.dir(parse(args));