From 22cee7eeeaeddc623defd3307f1c8e41a8fc90c9 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 20 Oct 2023 09:22:47 +0200 Subject: [PATCH] default options don't work with many --- Types.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Types.hs b/Types.hs index a3b65cd..e42dafa 100644 --- a/Types.hs +++ b/Types.hs @@ -119,8 +119,6 @@ siteOptions' = do <> short 't' <> help "Path to the directory with templates (possibly multiple paths)" - <> value "templates" - <> showDefault _defaultTemplate <- strOption $ long "default-template"