Skip to content

Commit 054fe43

Browse files
committed
chore: update snapshot
1 parent f7b0772 commit 054fe43

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

@commitlint/cli/src/cli.test.ts

+14-14
Original file line numberDiff line numberDiff line change
@@ -523,26 +523,26 @@ test('should print help', async () => {
523523
--print-config print resolved config [boolean] [default: false]
524524
-d, --cwd directory to execute in
525525
[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]
530530
-x, --extends array of shareable configurations to extend [array]
531531
-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]
536536
-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]
539539
-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]
542542
-V, --verbose enable verbose output for reports without problems
543543
[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]
546546
-v, --version display version information [boolean]
547547
-h, --help Show help [boolean]"
548548
`);

0 commit comments

Comments
 (0)