Skip to content

Commit 3911274

Browse files
authored
(doc) add note about quotes
1 parent 6adec3f commit 3911274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-check/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Usage:
5656

5757
`--watch` Will not exit after one pass but keep watching files for changes and rerun diagnostics.
5858

59-
`--ignore <files/folders to ignore, relative to workspace root, comma-separated. Example: --ignore dist,build>`
59+
`--ignore <files/folders to ignore, relative to workspace root, comma-separated, inside quotes. Example: --ignore "dist,build">`
6060

6161
`--fail-on-warnings` Will also exit with error code when there are warnings
6262

0 commit comments

Comments
 (0)