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 625944b commit 1cbe816Copy full SHA for 1cbe816
src/cli/commands/index.ts
@@ -75,7 +75,7 @@ export default function registerRun(program: Command) {
75
.option("-p, --port <port>", "port to bind on", "9181")
76
.option("-r, --redis-url <redis-url>", "enables the redis backend")
77
.option("-q, --quiet", "silences welcome message, condenses output", false)
78
- .option("--no-cron", "Disable cron job detection", false)
+ .option("--no-cron", "Disable cron job detection")
79
.option(
80
"--passphrase <passphrase>",
81
"secure the server with a passphrase",
0 commit comments