From 60b81f10e4ac8d340ea39db26cf2ed0f3d614043 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Jul 2023 21:25:05 +0200 Subject: [PATCH] feat: fix prompt for cli Signed-off-by: kjuulh --- rust-cli/cuddle-template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-cli/cuddle-template.json b/rust-cli/cuddle-template.json index 2c07d21..0ed530b 100644 --- a/rust-cli/cuddle-template.json +++ b/rust-cli/cuddle-template.json @@ -2,9 +2,9 @@ "name": "rust-cli", "templating": "tera", "delimiter": "[[]]", - "variables": { + "prompt": { "name": { - "type": "string" + "description": "the name of the project" } } -} +} \ No newline at end of file