We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0e48c commit 1e82b29Copy full SHA for 1e82b29
bin/rekit.js
@@ -178,7 +178,7 @@ switch (args.commandName) {
178
break;
179
}
180
case 'plugins': {
181
- const plugins = rekit.core.plugin.getAllPlugins();
+ const plugins = rekit.core.plugin.getInstalledPlugins();
182
console.log(`Found ${plugins.length} plugins installed. `);
183
console.log();
184
plugins.forEach((p, i) => {
0 commit comments