Skip to content

Commit ad625f1

Browse files
authored
Merge pull request #291 from jfurfaro/bugfix/arbitrary-extensions-cli
actually map the allowArbitraryExtensions cli argument
2 parents 4ea496d + fd8bb84 commit ad625f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ async function main(): Promise<void> {
8989
camelCase: argv.c,
9090
namedExports: argv.e,
9191
dropExtension: argv.d,
92+
allowArbitraryExtensions: argv.a,
9293
silent: argv.s,
9394
listDifferent: argv.l,
9495
});

0 commit comments

Comments
 (0)