Skip to content

Commit

Permalink
ci: Workflow Bot -- Build Readme (#6765)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <[email protected]>
  • Loading branch information
1 parent ebd9c4b commit 528f75f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
7 changes: 3 additions & 4 deletions docs/_includes/generated-docs/help-lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Options:
-u, --unique Only output the first instance of a word not
found in the dictionaries.
-e, --exclude <glob> Exclude files matching the glob pattern. This
option can be used multiple times to add
multiple globs.
option can be used multiple times to add multiple
globs.
--file-list <path or stdin> Specify a list of files to be spell checked. The
list is filtered against the glob file patterns.
Note: the format is 1 file path per line.
Expand Down Expand Up @@ -70,8 +70,7 @@ Options:
--gitignore Ignore files matching glob patterns found in
.gitignore files.
--no-gitignore Do NOT use .gitignore files.
--gitignore-root <path> Prevent searching for .gitignore files past
root.
--gitignore-root <path> Prevent searching for .gitignore files past root.
--validate-directives Validate in-document CSpell directives.
--color Force color.
--no-color Turn off color.
Expand Down
11 changes: 5 additions & 6 deletions packages/cspell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ Options:
-u, --unique Only output the first instance of a word not
found in the dictionaries.
-e, --exclude <glob> Exclude files matching the glob pattern. This
option can be used multiple times to add
multiple globs.
option can be used multiple times to add multiple
globs.
--file-list <path or stdin> Specify a list of files to be spell checked. The
list is filtered against the glob file patterns.
Note: the format is 1 file path per line.
Expand Down Expand Up @@ -179,8 +179,7 @@ Options:
--gitignore Ignore files matching glob patterns found in
.gitignore files.
--no-gitignore Do NOT use .gitignore files.
--gitignore-root <path> Prevent searching for .gitignore files past
root.
--gitignore-root <path> Prevent searching for .gitignore files past root.
--validate-directives Validate in-document CSpell directives.
--color Force color.
--no-color Turn off color.
Expand Down Expand Up @@ -259,8 +258,8 @@ Trace words -- Search for words in the configuration and dictionaries.
Options:
-c, --config <cspell.json> Configuration file to use. By default cspell
looks for cspell.json in the current directory.
--locale <locale> Set language locales. i.e. "en,fr" for English
and French, or "en-GB" for British English.
--locale <locale> Set language locales. i.e. "en,fr" for English and
French, or "en-GB" for British English.
--language-id <language> Use programming language. i.e. "php" or "scala".
--allow-compound-words Turn on allowCompoundWords
--no-allow-compound-words Turn off allowCompoundWords
Expand Down
7 changes: 3 additions & 4 deletions packages/cspell/static/help-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Options:
-u, --unique Only output the first instance of a word not
found in the dictionaries.
-e, --exclude <glob> Exclude files matching the glob pattern. This
option can be used multiple times to add
multiple globs.
option can be used multiple times to add multiple
globs.
--file-list <path or stdin> Specify a list of files to be spell checked. The
list is filtered against the glob file patterns.
Note: the format is 1 file path per line.
Expand Down Expand Up @@ -67,8 +67,7 @@ Options:
--gitignore Ignore files matching glob patterns found in
.gitignore files.
--no-gitignore Do NOT use .gitignore files.
--gitignore-root <path> Prevent searching for .gitignore files past
root.
--gitignore-root <path> Prevent searching for .gitignore files past root.
--validate-directives Validate in-document CSpell directives.
--color Force color.
--no-color Turn off color.
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell/static/help-trace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Trace words -- Search for words in the configuration and dictionaries.
Options:
-c, --config <cspell.json> Configuration file to use. By default cspell
looks for cspell.json in the current directory.
--locale <locale> Set language locales. i.e. "en,fr" for English
and French, or "en-GB" for British English.
--locale <locale> Set language locales. i.e. "en,fr" for English and
French, or "en-GB" for British English.
--language-id <language> Use programming language. i.e. "php" or "scala".
--allow-compound-words Turn on allowCompoundWords
--no-allow-compound-words Turn off allowCompoundWords
Expand Down

0 comments on commit 528f75f

Please sign in to comment.