pub fn run_command_with_registry(
args: &ShellArgs,
root: &Path,
cancel: &CancelToken,
registry: Option<&ProcessRegistry>,
) -> Result<ProcessResult, String>Expand description
Execute a shell command, handing background ownership to registry.