refactor(cli): remove plugin from package.json

The commit removes the unnecessary "@oclif/plugin-plugins" from the plugin list within the cli's package.json file. This refactor enhances the code cleanliness, and potentially improves the cli performance by reducing the number of plugins loaded at runtime.
This commit is contained in:
p-sw 2024-06-06 23:16:51 +09:00
parent d8825a0c10
commit 4afa28d07b

View File

@ -51,8 +51,7 @@
"dirname": "pswui",
"commands": "./dist/commands",
"plugins": [
"@oclif/plugin-help",
"@oclif/plugin-plugins"
"@oclif/plugin-help"
],
"topicSeparator": " ",
"topics": {