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