CLI Command Reference

Commands

  • revoq init: Scaffolds a new project (revoq.toml, src/main.cpp).
  • revoq build: Compiles translation units in parallel.
  • revoq run: Compiles and executes the binary.
  • revoq clean: Removes build output artifacts.
  • revoq doctor: Diagnostic compiler checks (g++, clang++).