Skip to content

Commit 6bb4e33

Browse files
authored
Merge pull request #165 from cfengine/update-syntax-description-1782722631
Updated syntax-description.json
2 parents 4748585 + 6a38aed commit 6bb4e33

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

src/cfengine_cli/syntax-description.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
},
754754
"protocol_version": {
755755
"attribute": "protocol_version",
756-
"range": "1,classic,2,tls,3,cookie,4,filestream,latest",
756+
"range": "1,classic,2,tls,3,cookie,4,filestream,5,leech2,latest",
757757
"status": "normal",
758758
"type": "option",
759759
"visibility": "body"
@@ -1020,7 +1020,7 @@
10201020
},
10211021
"protocol_version": {
10221022
"attribute": "protocol_version",
1023-
"range": "1,classic,2,tls,3,cookie,4,filestream,latest",
1023+
"range": "1,classic,2,tls,3,cookie,4,filestream,5,leech2,latest",
10241024
"status": "normal",
10251025
"type": "option",
10261026
"visibility": "body"
@@ -7368,6 +7368,13 @@
73687368
"type": "clist",
73697369
"visibility": "promiseType"
73707370
},
7371+
"cancel": {
7372+
"attribute": "cancel",
7373+
"range": "true,false,yes,no,on,off",
7374+
"status": "normal",
7375+
"type": "option",
7376+
"visibility": "promiseType"
7377+
},
73717378
"classes": {
73727379
"attribute": "classes",
73737380
"status": "normal",
@@ -7465,6 +7472,13 @@
74657472
"type": "clist",
74667473
"visibility": "promiseType"
74677474
},
7475+
"timer_policy": {
7476+
"attribute": "timer_policy",
7477+
"range": "absolute,reset",
7478+
"status": "normal",
7479+
"type": "option",
7480+
"visibility": "promiseType"
7481+
},
74687482
"unless": {
74697483
"attribute": "unless",
74707484
"range": "",

0 commit comments

Comments
 (0)