summaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs
index b89e94e..93fed75 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -296,6 +296,7 @@ main = do
docs' <-
if
| auto -> processDocuments settings allDocs docs
+ -- TODO adding tags interactively through prompt does not persist them in store
| prompt -> processDocumentsInteractively settings allDocs docs
| otherwise -> pure docs
mapM_