rux version

Purpose

Show information about the Rux toolchain version

Synopsis

rux version

Behavior

Prints the compiler's source version. Human-readable version output may include build date and time; the stable help JSON contract contains only the semantic version.

Arguments

This command accepts no operands.

Options

This command has no command-specific options. Global options still apply.

Global options may appear before or after the command. See Global options.

Output and exit status

Version information is written to stdout and the command exits 0.

Success exits 0, invalid command-line usage exits 2, and compiler, validation, filesystem, network, or generation failures exit 1 unless stated otherwise above.

Examples

rux version
rux -V
rux --version

Environment variables

This command defines no command-specific environment variables.

The global color environment behavior is described under Global options.