pub fn run_sandboxed_command( command: &str, cwd: &Path, ) -> Result<Output, String>
Run a command through the sandbox (or unsandboxed if not initialized).