summaryrefslogtreecommitdiff
path: root/std/examples/flags.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/flags.ts')
-rw-r--r--std/examples/flags.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/std/examples/flags.ts b/std/examples/flags.ts
deleted file mode 100644
index a452494c5..000000000
--- a/std/examples/flags.ts
+++ /dev/null
@@ -1,6 +0,0 @@
-// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
-import { parse } from "../flags/mod.ts";
-
-if (import.meta.main) {
- console.dir(parse(Deno.args));
-}