Skip to main content

run

Function run 

Source
pub fn run(argv: Vec<String>) -> Result<i32>
Expand description

Runs the oy command dispatcher with arguments that exclude the executable name.

Normal command statuses are returned as Ok(code). Setup, filesystem, and process failures are returned as errors. This function may update the agent skills installation or launch child processes depending on the arguments.

Prefer invoking the oy executable when process isolation or concurrent invocations matter; CLI output configuration is process-global.