File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 15
15
"fs-extra" : " ^8.1.0" ,
16
16
"lodash.defaults" : " ^4.2.0" ,
17
17
"oclif" : " 3.8.1" ,
18
+ "oclif-plugin-completion" : " ^0.6.0" ,
18
19
"tslib" : " ^2.5.0"
19
20
},
20
21
"devDependencies" : {
62
63
],
63
64
"plugins" : [
64
65
" @oclif/plugin-help" ,
65
- " @oclif/plugin-version"
66
+ " @oclif/plugin-version" ,
67
+ " oclif-plugin-completion"
66
68
]
67
69
},
68
70
"repository" : " hackmdio/hackmd-cli" ,
Original file line number Diff line number Diff line change 496
496
supports-color "^8.1.1"
497
497
tslib "^2"
498
498
499
- " @oclif/command@^1.8.15 " :
499
+ " @oclif/command@^1" , "@oclif/command@^1 .8.15":
500
500
version "1.8.24"
501
501
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.24.tgz#203ad9e2b2dc2336c0333f100978aada50d53007"
502
502
integrity sha512-FbSChfBO2QFeC5eEeXmi8+kZvBCDzYdpEKhOMaz0sfKMerwSlKxsqWQPGWCjTHaowIUMtnMD3VZ8yfX5qE7SAQ==
520
520
is-wsl "^2.1.1"
521
521
tslib "^2.3.1"
522
522
523
- " @oclif/config@^1.18.2 " :
523
+ " @oclif/config@^1" , "@oclif/config@^1 .18.2":
524
524
version "1.18.8"
525
525
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.8.tgz#efaccbd0381f90a98fa69c9131e14c5a91fc0659"
526
526
integrity sha512-FetS52+emaZQui0roFSdbBP8ddBkIezEoH2NcjLJRjqkMGdE9Z1V+jsISVqTYXk2KJ1gAI0CHDXFjJlNBYbJBg==
@@ -4074,6 +4074,15 @@ object-treeify@^1.1.33, object-treeify@^1.1.4:
4074
4074
resolved "https://registry.yarnpkg.com/object-treeify/-/object-treeify-1.1.33.tgz#f06fece986830a3cba78ddd32d4c11d1f76cdf40"
4075
4075
integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==
4076
4076
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
+
4077
4086
4078
4087
version "3.8.1"
4079
4088
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.8.1.tgz#15be26a8ce842b690c8384b4056fcf67394caa11"
You can’t perform that action at this time.
0 commit comments