Skip to content

Commit 128dae0

Browse files
authored
feat: add complection plugin (#80)
1 parent ea06715 commit 128dae0

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"fs-extra": "^8.1.0",
1616
"lodash.defaults": "^4.2.0",
1717
"oclif": "3.8.1",
18+
"oclif-plugin-completion": "^0.6.0",
1819
"tslib": "^2.5.0"
1920
},
2021
"devDependencies": {
@@ -62,7 +63,8 @@
6263
],
6364
"plugins": [
6465
"@oclif/plugin-help",
65-
"@oclif/plugin-version"
66+
"@oclif/plugin-version",
67+
"oclif-plugin-completion"
6668
]
6769
},
6870
"repository": "hackmdio/hackmd-cli",

yarn.lock

+11-2
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
supports-color "^8.1.1"
497497
tslib "^2"
498498

499-
"@oclif/command@^1.8.15":
499+
"@oclif/command@^1", "@oclif/command@^1.8.15":
500500
version "1.8.24"
501501
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.24.tgz#203ad9e2b2dc2336c0333f100978aada50d53007"
502502
integrity sha512-FbSChfBO2QFeC5eEeXmi8+kZvBCDzYdpEKhOMaz0sfKMerwSlKxsqWQPGWCjTHaowIUMtnMD3VZ8yfX5qE7SAQ==
@@ -520,7 +520,7 @@
520520
is-wsl "^2.1.1"
521521
tslib "^2.3.1"
522522

523-
"@oclif/config@^1.18.2":
523+
"@oclif/config@^1", "@oclif/config@^1.18.2":
524524
version "1.18.8"
525525
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.8.tgz#efaccbd0381f90a98fa69c9131e14c5a91fc0659"
526526
integrity sha512-FetS52+emaZQui0roFSdbBP8ddBkIezEoH2NcjLJRjqkMGdE9Z1V+jsISVqTYXk2KJ1gAI0CHDXFjJlNBYbJBg==
@@ -4074,6 +4074,15 @@ object-treeify@^1.1.33, object-treeify@^1.1.4:
40744074
resolved "https://registry.yarnpkg.com/object-treeify/-/object-treeify-1.1.33.tgz#f06fece986830a3cba78ddd32d4c11d1f76cdf40"
40754075
integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==
40764076

4077+
oclif-plugin-completion@^0.6.0:
4078+
version "0.6.0"
4079+
resolved "https://registry.yarnpkg.com/oclif-plugin-completion/-/oclif-plugin-completion-0.6.0.tgz#b9828d33cce01a4577f0d4c8c23a66220705d81f"
4080+
integrity sha512-0HGaSR/E/seIhSzFxLkh0QqckuNSre4iGqSElZRUv1hVHH2YgrZ7xtQL9McwL8o1fh6HqkzykjUx0Iy2haVIUg==
4081+
dependencies:
4082+
"@oclif/command" "^1"
4083+
"@oclif/config" "^1"
4084+
tslib "^2"
4085+
40774086
40784087
version "3.8.1"
40794088
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.8.1.tgz#15be26a8ce842b690c8384b4056fcf67394caa11"

0 commit comments

Comments
 (0)