diff --git a/app/Main.hs b/app/Main.hs index b4df8b9..30b6d76 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -20,12 +20,16 @@ parseArgs = execParser $ info (helper <*> args) (fullDesc <> progDesc "Run the M , short 'c' , help "Set the Dhall configuration" , metavar "DHALL" + , value "./config.dhall" + , showDefault ]) <*> option str (mconcat [ long "languages" , short 'l' , help "Set the languages directory" , metavar "DIR" + , value "./languages/" + , showDefault ]) main :: IO ()