Skip to content

Commit

Permalink
Fix correct summaryDetail (not summary-detail) (#4376)
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore authored Dec 29, 2024
1 parent 19c9760 commit 4edbbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4edbbdc

Please sign in to comment.