By: {{ c.reviewer }} at {{ c.timestamp }}
{{ c.body }}
{% endfor %}
Total: {{ comments | length }} comments ```
Template errors
- Missing template file — The
--templateflag is required when using--export template. - Invalid template syntax — Verify the Jinja2 syntax (unclosed blocks, invalid expressions).
Export errors
- Missing PR URL — The
--pr-urlflag is required when using--export. - Invalid format — Use
markdown,jsonl, ortemplateas the export format value. - File write error — Check that the output path is writable.