mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
no longer provide --flag
This commit is contained in:
parent
90be70f045
commit
3a778342f8
@ -31,10 +31,8 @@ parseAST = SemanticAST
|
|||||||
( long "no-color"
|
( long "no-color"
|
||||||
<> help "Print with color: --color"
|
<> help "Print with color: --color"
|
||||||
)
|
)
|
||||||
<*> (Left <$> strOption
|
<*> (Left <$> some
|
||||||
( long "sourceFile"
|
(Options.Applicative.argument str (metavar "FILEPATH(S)"))
|
||||||
<> metavar "FILEPATH"
|
|
||||||
<> help "Specify filepath containing source code to parse" )
|
|
||||||
<|> Right <$> strOption
|
<|> Right <$> strOption
|
||||||
( long "sourceString"
|
( long "sourceString"
|
||||||
<> metavar "STRING"
|
<> metavar "STRING"
|
||||||
|
Loading…
Reference in New Issue
Block a user