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

console.dir(parse(args));