fix: Don't show library plugins in --plugins subcommand
This commit is contained in:
parent
6f125f18c3
commit
979f151181
@ -142,10 +142,10 @@ namespace hex::plugin::builtin {
|
||||
hex::log::println("Loaded plugins:");
|
||||
|
||||
for (const auto &plugin : PluginManager::getPlugins()) {
|
||||
if (plugin.isLibraryPlugin()) continue;
|
||||
|
||||
hex::log::print("- \033[1m{}\033[0m", plugin.getPluginName());
|
||||
|
||||
hex::log::println(" by {}", plugin.getPluginAuthor());
|
||||
|
||||
hex::log::println(" \033[2;3m{}\033[0m", plugin.getPluginDescription());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user