feat: fix prompt for cli

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-28 21:25:05 +02:00
parent fb8678db2c
commit 60b81f10e4

View File

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