diff --git a/src/Main.hs b/src/Main.hs index a946e5e..e9a333f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -31,7 +31,7 @@ options = Options ( long "interactive" <> short 'i' <> help "Manually insert numbers from a dice" ) - <*> optional (option auto + <*> optional (strOption ( long "dictionary" <> short 'd' <> metavar "FILEPATH"