We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65728a commit 3b176ecCopy full SHA for 3b176ec
index.js
@@ -37,9 +37,14 @@ const cli = meow(`
37
Publish extension (with CLIENT_ID, CLIENT_SECRET, and REFRESH_TOKEN set as env variables)
38
$ webstore publish --extension-id elomekmlfonmdhmpmdfldcjgdoacjcba
39
`, {
40
- string: ['_'],
41
- default: {
42
- source: process.cwd()
+ flags: {
+ _: {
+ type: 'string'
43
+ },
44
+ source: {
45
+ type: 'string',
46
+ default: process.cwd()
47
+ }
48
}
49
});
50
package.json
@@ -30,7 +30,7 @@
30
"chalk": "^1.1.3",
31
"chrome-webstore-upload": "^0.4.3",
32
"junk": "^1.0.2",
33
- "meow": "^3.7.0",
+ "meow": "^5.0.0",
34
"ora": "^0.2.3",
35
"pify": "^2.3.0",
36
"recursive-readdir": "^2.0.0",
0 commit comments