diff --git a/src/HieDb/Run.hs b/src/HieDb/Run.hs index 1d6e396..da91c51 100644 --- a/src/HieDb/Run.hs +++ b/src/HieDb/Run.hs @@ -83,6 +83,7 @@ data Options , srcBaseDir :: Maybe FilePath , skipIndexingOptions :: SkipOptions } + deriving Show data Command = Init @@ -107,6 +108,7 @@ data Command | Unreachable [Symbol] | Html [Symbol] | GCTypeNames + deriving Show progParseInfo :: FilePath -> Bool -> ParserInfo (Options, Command) progParseInfo db colr = info (progParser db colr <**> helper)