Skip to content

Commit 73b4fb0

Browse files
committed
Update README
1 parent 6969249 commit 73b4fb0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ mvn exec:java -pl liquidjava-verifier -Dexec.mainClass="liquidjava.api.CommandLi
8484

8585
If you're on Linux/macOS, you can use the `liquidjava` script (from the repository root) to simplify the process.
8686

87+
The LiquidJava verifier can be run from the command line with the following options:
88+
89+
| Option | Description |
90+
| --- | --- |
91+
| `<...paths>` | Paths (files or directories) to be verified by LiquidJava |
92+
| `-h`, `--help` | Show the help message with available options |
93+
| `-v`, `--version` | Show the current version of the verifier |
94+
| `-d`, `--debug` | Enable debug logging and skip expression simplification for troubleshooting |
95+
| `-lsp`, `--language-server` | Enable language server mode for editor support |
96+
8797
**Test a correct case**:
8898
```bash
8999
./liquidjava liquidjava-example/src/main/java/testSuite/CorrectSimpleAssignment.java

0 commit comments

Comments
 (0)