mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
bye felicia
This commit is contained in:
parent
10eb0fe17f
commit
fc97a71b1e
@ -35,15 +35,6 @@ data SemanticAST = SemanticAST
|
||||
, format :: Format
|
||||
}
|
||||
|
||||
parseAST :: Parser SemanticAST
|
||||
parseAST = SemanticAST
|
||||
<$> strOption
|
||||
( long "semantic-ast"
|
||||
<> metavar "FILEPATH"
|
||||
<> help "Specify filepath containing source code to parse" )
|
||||
<*> option auto
|
||||
( long "format"
|
||||
<> help "The format you want to display")
|
||||
data Input
|
||||
= FileInput FilePath
|
||||
| StdInput
|
||||
|
Loading…
Reference in New Issue
Block a user