Skip to content

Commit f32d736

Browse files
EmilySeville7cfgEmilySeville7cfg
authored andcommitted
feat: enhance descriptions
1 parent 55cee84 commit f32d736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schemas/completely.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"type": "object",
66
"patternProperties": {
77
".": {
8-
"title": "arguments",
9-
"description": "Arguments of the current application",
8+
"title": "completions",
9+
"description": "Completions of the current command or sub-command",
1010
"type": "array",
1111
"minItems": 1,
1212
"uniqueItems": true,
1313
"items": {
14-
"description": "An argument of the current application",
14+
"description": "A completion of the current command or sub-command",
1515
"type": "string",
1616
"minLength": 1,
1717
"examples": [

0 commit comments

Comments
 (0)