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 0884dae commit e749aaeCopy full SHA for e749aae
packages/cloudflare/src/cli/args.ts
@@ -23,13 +23,11 @@ export function runCommand() {
23
})
24
.option("noMinify", {
25
type: "boolean",
26
- alias: "s",
27
default: false,
28
desc: "Disable worker minification",
29
30
.option("skipWranglerConfigCheck", {
31
32
33
default: ["1", "true", "yes"].includes(String(process.env.SKIP_WRANGLER_CONFIG_CHECK)),
34
desc: "Skip checking for a Wrangler config",
35
}),
0 commit comments