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 49184c7 commit e7e7397Copy full SHA for e7e7397
packages/cli-v3/src/commands/dev.tsx
@@ -65,7 +65,7 @@ export function configureDevCommand(program: Command) {
65
.command("dev")
66
.description("Run your Trigger.dev tasks locally")
67
.argument("[path]", "The path to the project", ".")
68
- .option("-c, --config <config file>", "The name of the config file, found at [path]")
+ .option("-c, --config <config file>", "The name of the config file, found at [path].")
69
.option(
70
"-p, --project-ref <project ref>",
71
"The project ref. Required if there is no config file."
0 commit comments