polarity/app
2025-06-30 11:42:36 +02:00
..
src Address new clippy lints (#537) 2025-06-30 11:42:36 +02:00
tests Address new clippy lints (#537) 2025-06-30 11:42:36 +02:00
Cargo.toml Follow renaming of tower-lsp-community fork (#491) 2025-03-12 10:33:40 +01:00
README.md Add more README.md files 2022-08-30 14:55:23 +02:00

CLI application

Requirements

Build

cargo build

Run

Start interactive REPL:

cargo run

Run a file:

cargo run -- run <filepath>

Print available command-line options:

cargo run -- --help