Skip to main content

run_command_with_registry

Function run_command_with_registry 

Source
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.