Skip to content

Commit f8ec391

Browse files
chore: Update README.md (#8073)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea1c009 commit f8ec391

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/cspell-json-reporter/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,12 @@ export type CSpellJSONReporterSettings = {
125125
outFile?: string;
126126
/**
127127
* Add more information about the files being checked and the configuration
128-
* @default false
129128
*/
130129
verbose?: boolean;
130+
/**
131+
* Level of verbosity (higher number = more verbose).
132+
*/
133+
verboseLevel?: number;
131134
/**
132135
* Add information useful for debugging cspell.json files
133136
* @default false

packages/cspell/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ Options:
146146
the files being checked. Useful for limiting
147147
config inheritance.
148148
-v, --verbose Display more information about the files being
149-
checked and the configuration.
149+
checked. Add more than one -v for increased
150+
verbosity.
150151
--locale <locale> Set language locales. i.e. "en,fr" for English
151152
and French, or "en-GB" for British English.
152153
--language-id <file-type> Force programming language for unknown

packages/cspell/static/help-lint.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Options:
3131
the files being checked. Useful for limiting
3232
config inheritance.
3333
-v, --verbose Display more information about the files being
34-
checked and the configuration.
34+
checked. Add more than one -v for increased
35+
verbosity.
3536
--locale <locale> Set language locales. i.e. "en,fr" for English
3637
and French, or "en-GB" for British English.
3738
--language-id <file-type> Force programming language for unknown

0 commit comments

Comments
 (0)