Skip to main content

run_script_in

Function run_script_in 

Source
pub fn run_script_in(
    script: &Value,
    notify: bool,
    cwd: Option<&Path>,
) -> Result<()>
Expand description

Runs a script, executing each command in cwd when provided (otherwise in the process’s current directory).