Function run_script_file

Source
pub fn run_script_file(
    file: &str,
    context: Context,
    env: Option<Env>,
) -> Result<Context, ScriptError>
Expand description

Executes the provided script file with the given context