@@ -437,25 +437,25 @@ test('should print help', async () => {
437
437
[input] reads from stdin if --edit, --env, --from and --to are omitted
438
438
439
439
Options:
440
- --color , -c toggle colored output [boolean] [default: true]
441
- --config , -g path to the config file [string]
442
- --cwd , -d directory to execute in
440
+ -c , --color toggle colored output [boolean] [default: true]
441
+ -g , --config path to the config file [string]
442
+ -d , --cwd directory to execute in
443
443
[string] [default: (Working Directory)]
444
- --edit , -e read last commit message from the specified file or
444
+ -e , --edit read last commit message from the specified file or
445
445
fallbacks to ./.git/COMMIT_EDITMSG [string]
446
- --env , -E check message in the file at path given by environment
446
+ -E , --env check message in the file at path given by environment
447
447
variable value [string]
448
- --extends , -x array of shareable configurations to extend [array]
449
- -- help-url, -H help url in error message [string]
450
- --from , -f lower end of the commit range to lint; applies if
448
+ -x , --extends array of shareable configurations to extend [array]
449
+ -H, -- help-url help url in error message [string]
450
+ -f , --from lower end of the commit range to lint; applies if
451
451
edit=false [string]
452
- --format , -o output format of the results [string]
453
- -- parser-preset, -p configuration preset to use for
452
+ -o , --format output format of the results [string]
453
+ -p, -- parser-preset configuration preset to use for
454
454
conventional-commits-parser [string]
455
- --quiet , -q toggle console output [boolean] [default: false]
456
- --to , -t upper end of the commit range to lint; applies if
455
+ -q , --quiet toggle console output [boolean] [default: false]
456
+ -t , --to upper end of the commit range to lint; applies if
457
457
edit=false [string]
458
- --verbose , -V enable verbose output for reports without problems
458
+ -V , --verbose enable verbose output for reports without problems
459
459
[boolean]
460
460
-v, --version display version information [boolean]
461
461
-h, --help Show help [boolean]"
0 commit comments