We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e47aa commit efabbf8Copy full SHA for efabbf8
dump.rdb
444 Bytes
lib/argv.js
@@ -20,7 +20,7 @@ const argv = require('yargs')
20
.alias('version', 'v')
21
.help('h')
22
.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"')
+ .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"')
24
.argv;
25
26
module.exports = argv;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coding-generic",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "",
5
"main": "index.js",
6
"bin": {
0 commit comments