This commit is contained in:
Peter Hedenskog 2024-09-19 09:01:52 +02:00 committed by GitHub
parent 94a19a34dd
commit 3ae5dcae43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -212,7 +212,10 @@ function validateInput(argv) {
export async function parseCommandLine() {
let yargsInstance = yargs(hideBin(process.argv));
let parsed = yargsInstance
.parserConfiguration({ 'deep-merge-config': true })
.parserConfiguration({
'camel-case-expansion': false,
'deep-merge-config': true
})
.env('SITESPEED_IO')
.usage('$0 [options] <url>/<file>')