summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-01-09 15:36:00 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-01-10 14:57:04 +0100
commit673c59d9be8b62106ffbba96d805680f0b5e7e3f (patch)
tree4407a19a04f41996f94323ef220583233f87c19c
parent2939e58e4303abbc8c8f144e47804114dc953037 (diff)
issue: add regression
-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_