@zhennann/common-bin 2.9.4 → 2.9.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/command.js +1 -1
  2. package/package.json +1 -1
package/lib/command.js CHANGED
@@ -207,7 +207,7 @@ class CommonBin {
207
207
  // define --help and --version by default
208
208
  this.yargs
209
209
  // .reset()
210
- //.completion() // by zhennann
210
+ .completion('completion', false)
211
211
  .help()
212
212
  .version()
213
213
  .wrap(80)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhennann/common-bin",
3
- "version": "2.9.4",
3
+ "version": "2.9.7",
4
4
  "description": "Abstraction bin tool",
5
5
  "main": "index.js",
6
6
  "dependencies": {