From 47b2866fe6244e7ac9dc0a9c48d4f3ba091c5de4 Mon Sep 17 00:00:00 2001 From: JohannesDienst-askui Date: Thu, 14 Mar 2024 18:16:43 +0100 Subject: [PATCH] fix: correct description of the -p option for askui project name --- packages/askui-nodejs/src/lib/interactive_cli/cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/askui-nodejs/src/lib/interactive_cli/cli.ts b/packages/askui-nodejs/src/lib/interactive_cli/cli.ts index c107efe286..624ba62fe1 100644 --- a/packages/askui-nodejs/src/lib/interactive_cli/cli.ts +++ b/packages/askui-nodejs/src/lib/interactive_cli/cli.ts @@ -63,7 +63,7 @@ const options = [ { option: '-p, --project-name ', choices: [], - description: 'an access token for the workspace with the id.', + description: 'a name for the folder askui is initialized in.', default: 'askui_example', }, {