Skip to content

Commit 6e798b7

Browse files
authored
feat: replace oclif-completion with our own fork (#83)
1 parent 2128656 commit 6e798b7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"bugs": "https://github.com/hackmdio/hackmd-cli/issues",
99
"dependencies": {
1010
"@hackmd/api": "^2.0.0",
11+
"@hackmd/oclif-plugin-autocomplete": "^2.1.9-fish",
1112
"@oclif/core": "2.8.2",
1213
"@oclif/plugin-help": "5.2.9",
1314
"@oclif/plugin-version": "1.3.3",
1415
"cli-ux": "^5.4.4",
1516
"fs-extra": "^8.1.0",
1617
"lodash.defaults": "^4.2.0",
1718
"oclif": "3.8.1",
18-
"oclif-plugin-completion": "^0.6.0",
1919
"tslib": "^2.5.0"
2020
},
2121
"devDependencies": {
@@ -65,7 +65,7 @@
6565
"plugins": [
6666
"@oclif/plugin-help",
6767
"@oclif/plugin-version",
68-
"oclif-plugin-completion"
68+
"@hackmd/oclif-plugin-autocomplete"
6969
]
7070
},
7171
"repository": "hackmdio/hackmd-cli",

yarn.lock

+10
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,16 @@
242242
axios "^0.25.0"
243243
tslib "^1.14.1"
244244

245+
"@hackmd/oclif-plugin-autocomplete@^2.1.9-fish":
246+
version "2.1.9-fish"
247+
resolved "https://registry.yarnpkg.com/@hackmd/oclif-plugin-autocomplete/-/oclif-plugin-autocomplete-2.1.9-fish.tgz#5af99258791014fcefbb6fe547c5e9436e686eb1"
248+
integrity sha512-wLiROF31bABA+Q9+blweBfythR6HuUANsdYql+MJNb+R1Z6/JJvyHvtAfA6u+mcT4quLJeU5xZ0timWgfDkhlw==
249+
dependencies:
250+
"@oclif/core" "^2.8.2"
251+
chalk "^4.1.0"
252+
debug "^4.3.4"
253+
fs-extra "^9.0.1"
254+
245255
"@humanwhocodes/config-array@^0.5.0":
246256
version "0.5.0"
247257
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"

0 commit comments

Comments
 (0)