fix: generator

This commit is contained in:
thomas
2024-01-28 14:31:58 +01:00
parent 18bb6e5052
commit 7dd2154690
5 changed files with 49 additions and 21 deletions

View File

@@ -24,13 +24,16 @@
"$source": "argv",
"index": 1
},
"x-priority": "important"
"x-priority": "important",
"x-prompt": "What should be the title of your challenge?",
"pattern": "^[a-zA-Z].*$"
},
"author": {
"description": "Your full name",
"type": "string",
"maxLength": "25",
"x-priority": "important"
"x-priority": "important",
"x-prompt": "Author?"
},
"challengeDifficulty": {
"description": "The difficulty of the challenge.",