pub fn try_run_file_captured(path: impl AsRef<Path>) -> Result<String, RunError>
Parse and run a crok script file. Returns Ok(output) on success, or Err(RunError) with the error message and captured output on failure.
Ok(output)
Err(RunError)