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