summaryrefslogtreecommitdiff
path: root/src/commands/sentinel-debug.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sentinel-debug.json')
-rw-r--r--src/commands/sentinel-debug.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/commands/sentinel-debug.json b/src/commands/sentinel-debug.json
index 44c6bec9b..b3335409d 100644
--- a/src/commands/sentinel-debug.json
+++ b/src/commands/sentinel-debug.json
@@ -11,6 +11,23 @@
"ADMIN",
"SENTINEL",
"ONLY_SENTINEL"
+ ],
+ "arguments": [
+ {
+ "name": "parameter_value",
+ "type": "block",
+ "multiple": true,
+ "arguments": [
+ {
+ "name": "parameter",
+ "type": "string"
+ },
+ {
+ "name": "value",
+ "type": "string"
+ }
+ ]
+ }
]
}
}