We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--check
1 parent 5cd71dd commit 42c549cCopy full SHA for 42c549c
src/content/wiki/usage.mdx
@@ -127,10 +127,11 @@ line and immediately exit.
127
128
### --check
129
130
-**Type:** `boolean`
+**Type:** `string`
131
+
132
+Perform a "diagnosis report" where the results of the diagnosis are written to the [logpath](/wiki/faq/#where-can-i-find-the-log-file).
133
-Perform a "diagnosis report" where the results of the diagnosis are written to a
-file.
134
+Example: `--check=C:\Users\Me\path\to\workspace`
135
136
### --checklevel
137
@@ -145,6 +146,7 @@ file. Options include, in order of priority:
145
146
- Error
147
- Warning
148
- Information
149
+- Hint
150
151
Example: `--checklevel=Information`
152
0 commit comments