From 05f82501b3f4df656a11bb30ca4f679fcc2edb1b Mon Sep 17 00:00:00 2001 From: Oliver Klemenz Date: Fri, 21 Feb 2025 17:19:58 +0100 Subject: [PATCH] Fix cli --- bin/commands/add.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/commands/add.js b/bin/commands/add.js index 310efdf..508a86d 100644 --- a/bin/commands/add.js +++ b/bin/commands/add.js @@ -11,7 +11,7 @@ module.exports = { new commander.Argument( "", "Add one or more features to an existing project (comma-separated list)", - ).choices(["broker", "sample", "http", "app"]), + ), ) .addHelpText( "afterAll",