pub async fn execute_script(
language: ScriptLanguage,
code: &str,
args: &[String],
project_root: &Path,
config: &AppConfig,
) -> ActionResultExpand description
Execute a script with the given language, code, arguments, and config.