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 494418e commit 0d68e3bCopy full SHA for 0d68e3b
cli.js
@@ -64,7 +64,7 @@ program
64
65
program
66
.command("rebuild-single")
67
- .option("--frameworks [frameworks...]", "", [])
+ .option("-f, --frameworks [frameworks...]", "", [])
68
.option("--ci [boolean]", "", false)
69
.action((options) => {
70
rebuildSingleFramework(options);
0 commit comments