NAME

PAX::CLI - public PAX command facade

DESCRIPTION

PAX::CLI implements the SOW-03 public command surface for bin/pax. The only public commands are build, run, and help aliases. Older diagnostic handlers remain private implementation methods so tests and internal modules can reuse them without exposing them as user CLI commands.

PUBLIC COMMANDS

build

Reads CLI options and optional paxfile.yml defaults, then builds a standalone executable through PAX::StandaloneImage.

run

Uses the same build configuration path as build, then executes the resulting standalone binary with arguments after --.