blob: 36ff90331f3b5a73698192ca94cf91c455c41b7d (
plain) (
blame)
1
2
3
|
o) Factor out lib- and plugin-loading in a way that still gives a vector of libs, but an Iterator over the plugins (so caller can choose if Vec or something else)
o) Add --plugin-help parameter that takes a list of plugins for which to display help (or if none given for all of them). This also means changing the Plugin trait once more.
o) Add --list-plugins parameter that just lists all loaded plugins.
|