Skip to content

Commit c3cdea8

Browse files
committed
fix: remove duplicate dev command short options
1 parent 5b9ab21 commit c3cdea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/dev/dev.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ export const createDevCommand = (program: BaseCommand) => {
319319
)
320320
.addOption(
321321
new Option(
322-
'-e, --edgeInspect [address]',
322+
'--edgeInspect [address]',
323323
'Old, prefer --edge-inspect. Enable the V8 Inspector Protocol for Edge Functions, with an optional address in the host:port format',
324324
)
325325
.conflicts('edgeInspectBrk')

0 commit comments

Comments
 (0)