mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -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-files Skip verifying spelling in files
|
||||
--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:
|
||||
--diff Print a diff of what would change
|
||||
|
@ -43,9 +44,11 @@ Mode:
|
|||
--type-list Show all supported file types
|
||||
|
||||
Output:
|
||||
--format <FORMAT> Render style for messages [default: long] [possible values: silent, brief, long, json]
|
||||
--color <WHEN> Controls when to use color [default: auto] [possible values: auto, always, never]
|
||||
-v, --verbose... More output per occurrence
|
||||
-q, --quiet... Less output per occurrence
|
||||
--format <FORMAT> Render style for messages [default: long] [possible values: silent, brief,
|
||||
long, json]
|
||||
--color <WHEN> Controls when to use color [default: auto] [possible values: auto, always,
|
||||
never]
|
||||
-v, --verbose... Increase logging verbosity
|
||||
-q, --quiet... Decrease logging verbosity
|
||||
"""
|
||||
stderr = ""
|
||||
|
|
Loading…
Reference in a new issue