diff options
Diffstat (limited to 'std/flags/example.ts')
-rw-r--r-- | std/flags/example.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/std/flags/example.ts b/std/flags/example.ts deleted file mode 100644 index ad0317269..000000000 --- a/std/flags/example.ts +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -const { args } = Deno; -import { parse } from "./mod.ts"; - -console.dir(parse(args)); |