Skip to content

Commit 994efcf

Browse files
NicolappsConvex, Inc.
authored andcommitted
codemod: remove -r shortcut (#43477)
GitOrigin-RevId: 21848cc72ee5765dc3f1f2404b0408704bdd259b
1 parent 8ce9dfc commit 994efcf

File tree

1 file changed

+4
-4
lines changed
  • npm-packages/@convex-dev/codemod/src

1 file changed

+4
-4
lines changed

npm-packages/@convex-dev/codemod/src/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ program
2121
new Argument("<transform>", "The codemod to run").choices(["explicit-ids"]),
2222
)
2323
.addOption(
24-
new Option(
25-
"-r, --root <path>",
26-
"Root directory path of your project",
27-
).default(process.cwd(), "current directory"),
24+
new Option("--root <path>", "Root directory path of your project").default(
25+
process.cwd(),
26+
"current directory",
27+
),
2828
)
2929
.addOption(
3030
new Option(

0 commit comments

Comments
 (0)