Skip to main content

execute_script

Function execute_script 

Source
pub async fn execute_script(
    language: ScriptLanguage,
    code: &str,
    args: &[String],
    project_root: &Path,
    config: &AppConfig,
) -> ActionResult
Expand description

Execute a script with the given language, code, arguments, and config.