- Built
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-05 17:19:28 +02:00
parent 3d7601a947
commit 6f10fceb4c
1 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,9 @@ This documents the full set of available command-line flags one can use.
### `--unusedVars <boolean>`
What: Allows one to toggle whether or not warnings about unused
variables should be printed out or not. Where: Can be used with the
`typecheck`, `emit` and `compile` commands. How: This toggles the
compiler configuration entry `typecheck:warnUnusedVars`
- **What**: Allows one to toggle whether or not warnings about unused
variables should be printed out or not.
- **Where**: Can be used with the `typecheck`, `emit` and `compile`
commands.
- **How**: This toggles the compiler configuration entry
`typecheck:warnUnusedVars`