aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-04-26 22:25:12 +0200
committerAndreas Grois <andi@grois.info>2021-04-26 22:25:12 +0200
commitec394c8b249d418c93448f9228d1907fadce7aaa (patch)
tree14c0127ea5f512da2f295b1fc6b77c24a36988d5 /TODO
parentb4341551960626fb892d2de785130ce14dec4754 (diff)
Remove TODO document. For now it's done.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 36ff903..0000000
--- a/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-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.