Skip to content

Commit efabbf8

Browse files
committed
更新 example
1 parent 17e47aa commit efabbf8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

dump.rdb

444 Bytes
Binary file not shown.

lib/argv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const argv = require('yargs')
2020
.alias('version', 'v')
2121
.help('h')
2222
.alias('h', 'help')
23-
.example('coding-generic --username=coding@coding.com --path=./test.txt --registry="https://codingcorp-generic.pkg.coding.net/project/generic-repo/test.txt?version=latest"')
23+
.example('coding-generic --username=coding@coding.com --path=./test.txt --registry="https://codingcorp-generic.pkg.coding.net/project-name/generic-repo/chunks/test.txt?version=latest"')
2424
.argv;
2525

2626
module.exports = argv;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coding-generic",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)