diff options
Diffstat (limited to 'flags/index.ts')
-rw-r--r-- | flags/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/index.ts b/flags/index.ts index 17c41f69c..28a5c8eac 100644 --- a/flags/index.ts +++ b/flags/index.ts @@ -18,7 +18,7 @@ const DEFAULT_OPTIONS = { stopEarly: false }; -export default function parseArgs( +export function parse( args, initialOptions?: ArgParsingOptions ): { [key: string]: any } { |