Skip to content

Commit 7e13406

Browse files
committed
chore: update snapshot
1 parent 10c4b10 commit 7e13406

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
@@ -524,26 +524,26 @@ test('should print help', async () => {
524524
[string] [choices: "", "text", "json"]
525525
-d, --cwd directory to execute in
526526
[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]
531531
-x, --extends array of shareable configurations to extend [array]
532532
-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]
537537
-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]
540540
-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]
543543
-V, --verbose enable verbose output for reports without problems
544544
[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]
547547
-v, --version display version information [boolean]
548548
-h, --help Show help [boolean]"
549549
`);

0 commit comments

Comments
 (0)