Skip to content

Commit 215c8ed

Browse files
authored
Remove unused path arg from the CLI dev command (#1395)
* remove path arg from dev cli command * add changeset
1 parent 2483da2 commit 215c8ed

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/healthy-hornets-wave.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Remove (unused) path arg from the CLI dev command

packages/cli-v3/src/commands/dev.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export function configureDevCommand(program: Command) {
2727
program
2828
.command("dev")
2929
.description("Run your Trigger.dev tasks locally")
30-
.argument("[path]", "The path to the project", ".")
3130
.option("-c, --config <config file>", "The name of the config file, found at [path].")
3231
.option(
3332
"-p, --project-ref <project ref>",

0 commit comments

Comments
 (0)