pub async fn execute(
repo_cfg_path: &Path,
global_cfg_path: &Path,
session_root_flag: Option<&Path>,
args: &RunArgs,
verbose: u8,
) -> Result<i32>Expand description
Run one outrig run invocation end-to-end. Returns the process exit code.