Skip to content

Commit 859f055

Browse files
committed
test: Update snapshots
1 parent a932bb6 commit 859f055

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

crates/typos-cli/tests/cmd/help.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Config:
3030
--no-check-filenames Skip verifying spelling in file names
3131
--no-check-files Skip verifying spelling in files
3232
--no-unicode Only allow ASCII characters in identifiers
33-
--locale <LOCALE> Language locale to suggest corrections for [possible values: en, en-us, en-gb, en-ca, en-au]
33+
--locale <LOCALE> Language locale to suggest corrections for [possible values: en,
34+
en-us, en-gb, en-ca, en-au]
3435
3536
Mode:
3637
--diff Print a diff of what would change
@@ -43,9 +44,11 @@ Mode:
4344
--type-list Show all supported file types
4445
4546
Output:
46-
--format <FORMAT> Render style for messages [default: long] [possible values: silent, brief, long, json]
47-
--color <WHEN> Controls when to use color [default: auto] [possible values: auto, always, never]
48-
-v, --verbose... More output per occurrence
49-
-q, --quiet... Less output per occurrence
47+
--format <FORMAT> Render style for messages [default: long] [possible values: silent, brief,
48+
long, json]
49+
--color <WHEN> Controls when to use color [default: auto] [possible values: auto, always,
50+
never]
51+
-v, --verbose... Increase logging verbosity
52+
-q, --quiet... Decrease logging verbosity
5053
"""
5154
stderr = ""

0 commit comments

Comments
 (0)