summaryrefslogtreecommitdiff
path: root/flags/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'flags/mod.ts')
-rw-r--r--flags/mod.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/mod.ts b/flags/mod.ts
index 28a5c8eac..2b91c2775 100644
--- a/flags/mod.ts
+++ b/flags/mod.ts
@@ -1,3 +1,4 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
export interface ArgParsingOptions {
unknown?: Function;
boolean?: Boolean | string | string[];