Skip to content

Commit

Permalink
Fix cli
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Feb 21, 2025
1 parent ec68f3c commit 05f8250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/commands/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
new commander.Argument(
"<features>",
"Add one or more features to an existing project (comma-separated list)",
).choices(["broker", "sample", "http", "app"]),
),
)
.addHelpText(
"afterAll",
Expand Down

0 comments on commit 05f8250

Please sign in to comment.