Skip to main content

Crate rspyts_cli

Crate rspyts_cli 

Source
Expand description

Command-line entry points for the rspyts build orchestrator.

Argument syntax lives in [cli], while command behavior lives in [commands]. This module owns only the process and embeddable I/O boundaries.

Functionsยง

run
Parse the current process arguments and run the selected command.
run_with
Parse explicit arguments and run a command with caller-provided output.