Skip to main content

run

Function run 

Source
pub fn run() -> ExitCode
Expand description

Parse argv and run the one-shot CLI.

Always attempts FINALIZE before returning, including on clap help/version paths.

§Lifecycle

flowchart LR NASCE --> EXECUTA --> FINALIZE --> MORRE

§Returns

Process ExitCode mapped from sysexits-style CLI codes.