From 5554ecbcdee4c25998b327918f9461c266558ce0 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Wed, 26 Jan 2022 09:24:58 +0100 Subject: [PATCH] fix: add `--fail-fast` to cspell README.md (#2340) --- packages/cspell/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/cspell/README.md b/packages/cspell/README.md index cf57fb5d05b..3f202dfebd2 100644 --- a/packages/cspell/README.md +++ b/packages/cspell/README.md @@ -113,6 +113,7 @@ Options: --no-progress Turn off progress messages --no-summary Turn off summary message in console. -s, --silent Silent mode, suppress error messages. + --fail-fast Exit after first file with an issue or error. -r, --root Root directory, defaults to current directory. --relative Issues are displayed relative to root. --show-context Show the surrounding text around an issue.