Skip to main content

Command-line tools

The argon package installs four executables.

ToolPurpose
arcCreate, format, check, run, export, and document libraries. Reads Argon.toml.
argoneStart Neovim and the GUI together, locally or over SSH.
argoncThe compiler itself, driven directly without a manifest.
argon-analyzerThe language server. The Neovim plugin starts it; it provides diagnostics and applies the GUI's source edits.

Day to day you'll use arc and argone. argonc is for scripts and for tools built on the compiler. The Neovim plugin exposes the analyzer's features as :Argon commands. The GUI has its own book.