pub fn run_from_args<I, T>(args: I) -> ExitCodeExpand description
Parse the given argv (including program name as first element) and run.
Enables tests and embedders to inject argv without mutating process-global
state. Stdin/stdout/stderr remain the process streams (Unix pipes / agent
contract); full stream injection is reserved for unit tests of output.
ยงReturns
Process ExitCode mapped from sysexits-style CLI codes.