Added autocomplete plugin to the cli (#68)
* Added autocomplete plugin to the cli
* Updated readme for autocompletion
Co-authored-by:
Douglas Gubert <d-gubert@users.noreply.github.com>
Showing
... | ... | @@ -14,6 +14,7 @@ |
"@hapi/hapi": "^18.4.0", | ||
"@oclif/command": "^1.5.18", | ||
"@oclif/config": "^1.13.2", | ||
"@oclif/plugin-autocomplete": "^0.2.0", | ||
"@oclif/plugin-help": "^2.2.0", | ||
"@oclif/plugin-not-found": "^1.2.2", | ||
"@rocket.chat/apps-engine": "^1.12.0", | ||
... | ... | @@ -89,7 +90,8 @@ |
"bin": "rc-apps", | ||
"plugins": [ | ||
"@oclif/plugin-help", | ||
"@oclif/plugin-not-found" | ||
"@oclif/plugin-not-found", | ||
"@oclif/plugin-autocomplete" | ||
] | ||
}, | ||
"nyc": { | ||
... | ... |
Please register or sign in to comment