feat: fix prompt for cli

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-07-28 21:25:05 +02:00
parent fb8678db2c
commit 60b81f10e4
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -2,9 +2,9 @@
"name": "rust-cli", "name": "rust-cli",
"templating": "tera", "templating": "tera",
"delimiter": "[[]]", "delimiter": "[[]]",
"variables": { "prompt": {
"name": { "name": {
"type": "string" "description": "the name of the project"
} }
} }
} }