Function run_script

Source
pub fn run_script(
    script_path: &str,
    script_args: &[String],
    mode: Mode,
) -> Result<(), Box<dyn Error>>