pub async fn handle_run( config: &Config, workspace_arg: Option<&Path>, mode_arg: Option<&str>, no_workspace: bool, with: &[String], command: &[OsString], ) -> Result<()>