mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
feat(vars): add interactive prompting for required variables (#2579)
This commit is contained in:
@@ -635,7 +635,7 @@
|
||||
"name": { "type": "string" },
|
||||
"enum": { "type": "array", "items": { "type": "string" } }
|
||||
},
|
||||
"required": ["name", "enum"],
|
||||
"required": ["name"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user