Fix correct summaryDetail (not summary-detail) (#4376)
This commit is contained in:
parent
19c9760038
commit
4edbbdc06b
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue