From 673c59d9be8b62106ffbba96d805680f0b5e7e3f Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 9 Jan 2024 15:36:00 +0100 Subject: issue: add regression --- app/Main.hs | 1 + 1 file changed, 1 insertion(+) 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_ -- cgit v1.2.3