Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/HieDb/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ data Options
, srcBaseDir :: Maybe FilePath
, skipIndexingOptions :: SkipOptions
}
deriving Show

data Command
= Init
Expand All @@ -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)
Expand Down