From 01906f16a2d140731b59f51ee696df94d6fcfd10 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 10 Sep 2026 21:29:02 +0200 Subject: fix --- Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.hs b/Main.hs index 7532878..ad698d6 100644 --- a/Main.hs +++ b/Main.hs @@ -63,7 +63,7 @@ opts = do <> long "add" <> metavar "PATH" <> help "paths to auto-add" - , fmap (`Watch` False) . strOption + , fmap (`Watch` True) . strOption $ short 'A' <> long "add-all" <> metavar "PATH" -- cgit v1.2.3