Skip to content

Commit 7e06ea3

Browse files
committed
Avoid duplicate -d flag by making docker URL option long-only
1 parent df9ea5b commit 7e06ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cli
2020
'A URL for Dependabot API is required.'
2121
)
2222
.option(
23-
'-d, --dependabot-api-docker-url <url>',
23+
'--dependabot-api-docker-url <url>',
2424
'A URL to be used to access the API from Dependabot containers.'
2525
)
2626
.parse(process.argv)

0 commit comments

Comments
 (0)