diff --git a/src/index.ts b/src/index.ts index 329511b..42972b8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -22,7 +22,7 @@ export type Input = { '--'?: boolean; } -export function parse(argv: string[], options: Input): Output { +export function parse(argv: string[], options: Input): Output { const input = { argv, context: options.context,