Skip to main content

run

Function run 

Source
pub fn run<I, T>(args: I) -> ExitCode
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand 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.