From 5e780a35d927f4a78bf4e4e12f16ef51b62be9d7 Mon Sep 17 00:00:00 2001 From: liquidz Date: Tue, 2 Jan 2024 09:47:04 +0900 Subject: [PATCH] docs: Update document for `--error-format` to describe Mustache features --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index e294bfdb..f5bd2ecc 100644 --- a/README.adoc +++ b/README.adoc @@ -258,6 +258,10 @@ The diff URL for Version Control System. (Nullable) |=== +Antq uses https://github.com/athos/pogonos[Pogonos] as a template engine, so you can use http://mustache.github.io/[Mustache] features. + +e.g. `{{name}}{{#latest-name}} -> {{.}}{{/latest-name}}` + === --reporter=REPORTER |===