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",