Qang CLI
The Qang CLI provides tools for running, testing, and analyzing QangLang code.
Available Commands
Section titled “Available Commands”The Qang CLI supports the following commands:
- run - Execute QangLang scripts
- check - Run the static analyzer on your code
- test - Run tests in QangLang projects
- ls - Start the language server
REPL Mode
Section titled “REPL Mode”Running qang without any command starts the interactive REPL (Read-Eval-Print Loop):
qangREPL Options
Section titled “REPL Options”--debug/-d- Enable debug mode for REPL
Getting Help
Section titled “Getting Help”To see all available commands and options:
qang --helpFor help with a specific command:
qang <command> --help