Skip to content

Commit e4d0b99

Browse files
committed
Update Commands
1 parent bab2ca1 commit e4d0b99

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pages/command-line-interface.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ The LiquidJava verifier can be run from the command line with the following opti
1212
| Option | Description |
1313
| --- | --- |
1414
| `<...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 |
1819

1920
> 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

Comments
 (0)