Skip to content

CLI Reference.md

Dark Meta edited this page Aug 18, 2025 · 1 revision

CLI Reference

aeonmi [GLOBAL FLAGS] <COMMAND> [ARGS]

Global Flags

  • --pretty-errors — rich diagnostics
  • --no-sema — disable semantic analysis (debug)
  • --config <FILE> — QPoly/config path override

Commands

  • compile [INPUT] [--emit js|ai] [--out FILE] [--tokens] [--ast]
  • run <INPUT> [--out FILE]
  • format <INPUTS...> [--check]
  • lint <INPUTS...> [--fix]
  • repl — experimental
  • edit [FILE] [--tui] — line mode or TUI editor
  • tokens <INPUT> / ast <INPUT> — debug helpers
  • shard — launch Aeonmi Shard shell

See also Shard Shell and TUI Editor.

Clone this wiki locally