summaryrefslogtreecommitdiff
path: root/src/commands/config-get.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/config-get.json')
-rw-r--r--src/commands/config-get.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/commands/config-get.json b/src/commands/config-get.json
index 26c060941..1ea387686 100644
--- a/src/commands/config-get.json
+++ b/src/commands/config-get.json
@@ -22,14 +22,8 @@
"arguments": [
{
"name": "parameter",
- "type": "block",
- "multiple": true,
- "arguments": [
- {
- "name": "parameter",
- "type": "string"
- }
- ]
+ "type": "string",
+ "multiple": true
}
]
}