feat: with description

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-02 00:54:03 +02:00
parent 12bd424f18
commit a483e28a70
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -85,6 +85,9 @@
"name": { "name": {
"type": "string" "type": "string"
}, },
"description": {
"type": "string"
},
"required": { "required": {
"type": "boolean" "type": "boolean"
}, },
@ -106,6 +109,9 @@
"env" "env"
] ]
}, },
"description": {
"type": "string"
},
"key": { "key": {
"title": "the environment key to pull arg from", "title": "the environment key to pull arg from",
"type": "string" "type": "string"