We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc330d commit a98e2eaCopy full SHA for a98e2ea
1 file changed
src/cli.ts
@@ -20,7 +20,7 @@ cli
20
'A URL for Dependabot API is required.'
21
)
22
.option(
23
- '-d, --dependabot-api-docker-url <url>',
+ '--dependabot-api-docker-url <url>',
24
'A URL to be used to access the API from Dependabot containers.'
25
26
.parse(process.argv)
0 commit comments