From abdcda89c1182d48fbd3b3ef75a8648a754a79b7 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Wed, 19 Jan 2022 17:58:18 +0100 Subject: [PATCH] Document another caveat --- plugins/json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/json b/plugins/json index 2f3ad5e..2ca2c39 100644 --- a/plugins/json +++ b/plugins/json @@ -15,6 +15,9 @@ output. Regular print (without specified filehandle) will be suppressed. Note that one command line may result in several separate transactions. +Note that plugins don't know it's non-interactive, and will often emit +RETRY instead of REJECT. + Note that this plugin will always be highly experimental; re-evaluate your assumptions when upgrading. :)