Skip to main content

run_sandboxed_command

Function run_sandboxed_command 

Source
pub fn run_sandboxed_command(
    command: &str,
    cwd: &Path,
) -> Result<Output, String>
Expand description

Run a command through the sandbox (or unsandboxed if not initialized).