pub fn run<I, T>(args: I) -> ExitCodeExpand description
Run the cabin CLI to completion using the given argv
iterator. Owns parsing, color/verbosity resolution,
dispatch, and top-level error rendering. The binary
main calls this with the process’s own arguments.