Skip to content

Commit bac02d2

Browse files
committed
Update Command-Line Interface Page
1 parent 459742c commit bac02d2

4 files changed

Lines changed: 22 additions & 15 deletions

File tree

pages/cli.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

pages/command-line-interface.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Command-Line Interface
3+
nav_order: 5
4+
permalink: /command-line-interface/
5+
description: Run the LiquidJava verifier from the command line for local checks, debugging, and CI workflows.
6+
---
7+
8+
# Command-Line
9+
10+
The LiquidJava verifier can be run from the command line, which the following options:
11+
12+
| Option | Description |
13+
| --- | --- |
14+
| `<...paths>` | Paths (file 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 |
18+
19+
> To start using the command-line interface, you can follow the setup guide [here]({{ 'getting-started/setup/#command-line-interface' | relative_url }}).

pages/getting-started/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ mvn clean install
6969

7070
This runs the verifier on your project and prints any errors to the console.
7171

72-
> You can find more about the command-line interface [here]({{ '/cli/' | relative_url }}).
72+
> You can find more about the command-line interface [here]({{ '/command-line-interface/' | relative_url }}).

pages/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ cards:
1818
- title: VS Code Extension
1919
url: /vscode-extension/
2020
description: Find out about real-time diagnostics, syntax highlighting, and more in the editor.
21-
- title: Command Line
22-
url: /cli/
21+
- title: Command-Line Interface
22+
url: /command-line-interface/
2323
description: Run the verifier directly from the terminal for local checks, debugging, and CI workflows.
2424
- title: Examples
2525
url: /examples/

0 commit comments

Comments
 (0)