Skip to main content

run

Function run 

Source
pub fn run<I, T>(args: I) -> Result<i32, LauncherError>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand description

Parses arguments and dispatches to built-in commands (add/update/remove/list) or extension subcommands. This is the entry point for the tempo CLI.