cuddle-templates/rust-cli/cuddle-template.json
kjuulh 60b81f10e4
feat: fix prompt for cli
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-07-28 21:25:05 +02:00

10 lines
157 B
JSON

{
"name": "rust-cli",
"templating": "tera",
"delimiter": "[[]]",
"prompt": {
"name": {
"description": "the name of the project"
}
}
}