Skip to content

Qang CLI

The Qang CLI provides tools for running, testing, and analyzing QangLang code.

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

Running qang without any command starts the interactive REPL (Read-Eval-Print Loop):

Terminal window
qang
  • --debug / -d - Enable debug mode for REPL

To see all available commands and options:

Terminal window
qang --help

For help with a specific command:

Terminal window
qang <command> --help