We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939cd1b commit f19e406Copy full SHA for f19e406
packages/cli/commands/add/index.ts
@@ -53,7 +53,7 @@ export const add = new Command('add')
53
.option('-C, --cwd <path>', 'path to working directory', defaultCwd)
54
.option('--no-install', 'skips installing dependencies')
55
.option('--no-preconditions', 'skips validating preconditions')
56
- .option('--community [adder...]', 'community adders to install')
+ //.option('--community [adder...]', 'community adders to install')
57
.configureHelp(common.helpConfig)
58
.action((adderArgs, opts) => {
59
// validate workspace
0 commit comments