mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
test: Update snapshots
This commit is contained in:
parent
a932bb64b9
commit
859f055f26
1 changed files with 8 additions and 5 deletions
|
@ -30,7 +30,8 @@ Config:
|
||||||
--no-check-filenames Skip verifying spelling in file names
|
--no-check-filenames Skip verifying spelling in file names
|
||||||
--no-check-files Skip verifying spelling in files
|
--no-check-files Skip verifying spelling in files
|
||||||
--no-unicode Only allow ASCII characters in identifiers
|
--no-unicode Only allow ASCII characters in identifiers
|
||||||
--locale <LOCALE> Language locale to suggest corrections for [possible values: en, en-us, en-gb, en-ca, en-au]
|
--locale <LOCALE> Language locale to suggest corrections for [possible values: en,
|
||||||
|
en-us, en-gb, en-ca, en-au]
|
||||||
|
|
||||||
Mode:
|
Mode:
|
||||||
--diff Print a diff of what would change
|
--diff Print a diff of what would change
|
||||||
|
@ -43,9 +44,11 @@ Mode:
|
||||||
--type-list Show all supported file types
|
--type-list Show all supported file types
|
||||||
|
|
||||||
Output:
|
Output:
|
||||||
--format <FORMAT> Render style for messages [default: long] [possible values: silent, brief, long, json]
|
--format <FORMAT> Render style for messages [default: long] [possible values: silent, brief,
|
||||||
--color <WHEN> Controls when to use color [default: auto] [possible values: auto, always, never]
|
long, json]
|
||||||
-v, --verbose... More output per occurrence
|
--color <WHEN> Controls when to use color [default: auto] [possible values: auto, always,
|
||||||
-q, --quiet... Less output per occurrence
|
never]
|
||||||
|
-v, --verbose... Increase logging verbosity
|
||||||
|
-q, --quiet... Decrease logging verbosity
|
||||||
"""
|
"""
|
||||||
stderr = ""
|
stderr = ""
|
||||||
|
|
Loading…
Reference in a new issue