Skip to content

Commit 0d68e3b

Browse files
committed
add shortcut
1 parent 494418e commit 0d68e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ program
6464

6565
program
6666
.command("rebuild-single")
67-
.option("--frameworks [frameworks...]", "", [])
67+
.option("-f, --frameworks [frameworks...]", "", [])
6868
.option("--ci [boolean]", "", false)
6969
.action((options) => {
7070
rebuildSingleFramework(options);

0 commit comments

Comments
 (0)