pub async fn execute( code: &str, current_file: Option<PathBuf>, ) -> Result<(), ExecError>
Executes a KCL program. Only returns success or error.