Fix correct summaryDetail (not summary-detail) (#4376)

This commit is contained in:
Peter Hedenskog 2024-12-29 16:34:13 +01:00 committed by GitHub
parent 19c9760038
commit 4edbbdc06b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1835,7 +1835,7 @@ export async function parseCommandLine() {
type: 'boolean',
group: 'Text'
})
.option('summary-detail', {
.option('summaryDetail', {
describe: 'Show longer text summary to stdout',
default: false,
type: 'boolean',