You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/command-line-interface.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ The LiquidJava verifier can be run from the command line with the following opti
12
12
| Option | Description |
13
13
| --- | --- |
14
14
|`<...paths>`| Paths (files or directories) to be verified by LiquidJava |
15
-
|`--help`| Show the help message with available options |
16
-
|`--version`| Show the current version of the verifier |
17
-
|`--debug`| Enable debug logging and skip expression simplification for troubleshooting |
15
+
|`-h`, `--help`| Show the help message with available options |
16
+
|`-v`, `--version`| Show the current version of the verifier |
17
+
|`-d`, `--debug`| Enable debug logging and skip expression simplification for troubleshooting |
18
+
|`-lsp`, `--language-server`| Enable language server mode for editor support |
18
19
19
20
> To start using the command-line interface, you can follow the setup guide [here]({{ 'getting-started/setup/#command-line-interface' | relative_url }}).
0 commit comments