cargo_zng::res::built_in

Function sh_run_try

source
fn sh_run_try(
    sh: &OsStr,
    script: &str,
    capture: bool,
    current_dir: Option<&Path>,
) -> Result<Option<String>>