We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55cee84 commit f32d736Copy full SHA for f32d736
1 file changed
schemas/completely.json
@@ -5,13 +5,13 @@
5
"type": "object",
6
"patternProperties": {
7
".": {
8
- "title": "arguments",
9
- "description": "Arguments of the current application",
+ "title": "completions",
+ "description": "Completions of the current command or sub-command",
10
"type": "array",
11
"minItems": 1,
12
"uniqueItems": true,
13
"items": {
14
- "description": "An argument of the current application",
+ "description": "A completion of the current command or sub-command",
15
"type": "string",
16
"minLength": 1,
17
"examples": [
0 commit comments