Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/content/wiki/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,13 @@ line and immediately exit.

### --check

**Type:** `boolean`
**Type:** `string`

Perform a "diagnosis report" where the results of the diagnosis are written to a
file.

Example: `--check=yes`

### --checklevel

**Type:** `string`
Expand All @@ -145,6 +147,7 @@ file. Options include, in order of priority:
- Error
- Warning
- Information
- Hint

Example: `--checklevel=Information`

Expand Down