Mehmet Erim
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
5 deletions
-
npm/scripts/report-npm-packages.ts
|
|
@ -22,11 +22,6 @@ function initCommander() { |
|
|
.requiredOption( |
|
|
.requiredOption( |
|
|
'-tc, --targetChannel <target-channel>', |
|
|
'-tc, --targetChannel <target-channel>', |
|
|
'target channel to send message' |
|
|
'target channel to send message' |
|
|
) |
|
|
|
|
|
.option( |
|
|
|
|
|
'-r, --registry <registry>', |
|
|
|
|
|
'npm server registry, default: https://registry.npmjs.org', |
|
|
|
|
|
'https://registry.npmjs.org' |
|
|
|
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
program.parse(process.argv); |
|
|
program.parse(process.argv); |
|
|
|