Skip to content

Commit aca5fb0

Browse files
authored
Merge pull request #212 from cfengine/update-syntax-description-1786951527
Updated syntax-description.json
2 parents a773a4d + cf9bec9 commit aca5fb0

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/cfengine_cli/syntax-description.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6799,7 +6799,18 @@
67996799
"collecting": true,
68006800
"maxArgs": 2,
68016801
"minArgs": 1,
6802-
"parameters": [],
6802+
"parameters": [
6803+
{
6804+
"description": "Mustache template string",
6805+
"range": ".*",
6806+
"type": "string"
6807+
},
6808+
{
6809+
"description": "CFEngine variable identifier or inline JSON, can be blank",
6810+
"range": ".*",
6811+
"type": "string"
6812+
}
6813+
],
68036814
"returnType": "string",
68046815
"status": "normal",
68056816
"variadic": true

0 commit comments

Comments
 (0)