File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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" : {
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" ,
Original file line number Diff line number Diff line change 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==
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+
40774086oclif@3.8.1 :
40784087 version "3.8.1"
40794088 resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.8.1.tgz#15be26a8ce842b690c8384b4056fcf67394caa11"
You can’t perform that action at this time.
0 commit comments