pub fn run_in_scope( cwd: &Path, cmd: &[String], only: Option<&str>, no_main: bool, jobs: usize, continue_on_error: bool, ) -> Result<i32>