We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ea496d + fd8bb84 commit ad625f1Copy full SHA for ad625f1
src/cli.ts
@@ -89,6 +89,7 @@ async function main(): Promise<void> {
89
camelCase: argv.c,
90
namedExports: argv.e,
91
dropExtension: argv.d,
92
+ allowArbitraryExtensions: argv.a,
93
silent: argv.s,
94
listDifferent: argv.l,
95
});
0 commit comments