Skip to content

Commit

Permalink
fix: remove duplicate dev command short options
Browse files Browse the repository at this point in the history
  • Loading branch information
serhalp committed Jan 21, 2025
1 parent 5b9ab21 commit c3cdea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/dev/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export const createDevCommand = (program: BaseCommand) => {
)
.addOption(
new Option(
'-e, --edgeInspect [address]',
'--edgeInspect [address]',
'Old, prefer --edge-inspect. Enable the V8 Inspector Protocol for Edge Functions, with an optional address in the host:port format',
)
.conflicts('edgeInspectBrk')
Expand Down

0 comments on commit c3cdea8

Please sign in to comment.