@@ -524,26 +524,26 @@ test('should print help', async () => {
524
524
[string] [choices: "", "text", "json"]
525
525
-d, --cwd directory to execute in
526
526
[string] [default: (Working Directory)]
527
- -e, --edit read last commit message from the specified file or
528
- fallbacks to ./.git/COMMIT_EDITMSG [string]
529
- -E, --env check message in the file at path given by environment
530
- variable value [string]
527
+ -e, --edit read last commit message from the specified file or fallb
528
+ acks to ./.git/COMMIT_EDITMSG [string]
529
+ -E, --env check message in the file at path given by environment va
530
+ riable value [string]
531
531
-x, --extends array of shareable configurations to extend [array]
532
532
-H, --help-url help url in error message [string]
533
- -f, --from lower end of the commit range to lint; applies if
534
- edit=false [string]
535
- --git-log-args additional git log arguments as space separated string,
536
- example '--first-parent --cherry-pick' [string]
533
+ -f, --from lower end of the commit range to lint; applies if edit=fa
534
+ lse [string]
535
+ --git-log-args additional git log arguments as space separated string, e
536
+ xample '--first-parent --cherry-pick' [string]
537
537
-o, --format output format of the results [string]
538
- -p, --parser-preset configuration preset to use for
539
- conventional-commits-parser [string]
538
+ -p, --parser-preset configuration preset to use for conventional-commits-pars
539
+ er [string]
540
540
-q, --quiet toggle console output [boolean] [default: false]
541
- -t, --to upper end of the commit range to lint; applies if
542
- edit=false [string]
541
+ -t, --to upper end of the commit range to lint; applies if edit=fa
542
+ lse [string]
543
543
-V, --verbose enable verbose output for reports without problems
544
544
[boolean]
545
- -s, --strict enable strict mode; result code 2 for warnings, 3 for
546
- errors [boolean]
545
+ -s, --strict enable strict mode; result code 2 for warnings, 3 for err
546
+ ors [boolean]
547
547
-v, --version display version information [boolean]
548
548
-h, --help Show help [boolean]"
549
549
` ) ;
0 commit comments