From b1f56e140e6166c06a5b1f0a02aa4bc0953d6eb3 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 3 Oct 2025 20:21:31 +0530 Subject: Add delete command + minor refactors --- exe/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exe/Main.hs') diff --git a/exe/Main.hs b/exe/Main.hs index 5e71066..6d14a28 100644 --- a/exe/Main.hs +++ b/exe/Main.hs @@ -10,5 +10,5 @@ main :: IO () main = do cwd <- getCurrentDirectory let parentDir = takeDirectory cwd - initialState <- Daffm.loadDirInAppState cwd parentDir Daffm.mkEmptyAppState + initialState <- Daffm.loadDirToState cwd parentDir Daffm.mkEmptyAppState void $ M.defaultMain Daffm.app initialState -- cgit v1.3.1