Skip to content

Commit e749aae

Browse files
committed
remove accidental aliases
1 parent 0884dae commit e749aae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cloudflare/src/cli/args.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ export function runCommand() {
2323
})
2424
.option("noMinify", {
2525
type: "boolean",
26-
alias: "s",
2726
default: false,
2827
desc: "Disable worker minification",
2928
})
3029
.option("skipWranglerConfigCheck", {
3130
type: "boolean",
32-
alias: "s",
3331
default: ["1", "true", "yes"].includes(String(process.env.SKIP_WRANGLER_CONFIG_CHECK)),
3432
desc: "Skip checking for a Wrangler config",
3533
}),

0 commit comments

Comments
 (0)