diff options
Diffstat (limited to 'flags/example.ts')
-rw-r--r-- | flags/example.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/example.ts b/flags/example.ts index 5aa0a5034..54d64b681 100644 --- a/flags/example.ts +++ b/flags/example.ts @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { args } from "deno"; import { parse } from "./mod.ts"; |