mirror of
https://github.com/github/semantic.git
synced 2024-12-21 05:41:54 +03:00
🔥 ParseArguments.
This commit is contained in:
parent
30d4c6a6e8
commit
b74cc92213
@ -21,11 +21,3 @@ deriving instance Show DiffArguments
|
||||
|
||||
data ParseMode = ParseStdin | ParsePaths [(FilePath, Maybe Language)]
|
||||
deriving Show
|
||||
|
||||
data ParseArguments where
|
||||
ParseArguments :: (Monoid output, StringConv output ByteString) =>
|
||||
{ parseTreeRenderer :: TermRenderer output
|
||||
, parseMode :: ParseMode
|
||||
} -> ParseArguments
|
||||
|
||||
deriving instance Show ParseArguments
|
||||
|
Loading…
Reference in New Issue
Block a user