From cf9bec9a73b529111ae9f81c250d01da8111cc26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:25:29 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/cfengine_cli/syntax-description.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/cfengine_cli/syntax-description.json b/src/cfengine_cli/syntax-description.json index 70789ce..c1f05da 100644 --- a/src/cfengine_cli/syntax-description.json +++ b/src/cfengine_cli/syntax-description.json @@ -6799,7 +6799,18 @@ "collecting": true, "maxArgs": 2, "minArgs": 1, - "parameters": [], + "parameters": [ + { + "description": "Mustache template string", + "range": ".*", + "type": "string" + }, + { + "description": "CFEngine variable identifier or inline JSON, can be blank", + "range": ".*", + "type": "string" + } + ], "returnType": "string", "status": "normal", "variadic": true