File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,16 @@ mvn exec:java -pl liquidjava-verifier -Dexec.mainClass="liquidjava.api.CommandLi
8484
8585If 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
You can’t perform that action at this time.
0 commit comments