1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

no longer provide --flag

This commit is contained in:
Ayman Nadeem 2019-10-21 12:57:31 -04:00
parent 90be70f045
commit 3a778342f8

View File

@ -31,10 +31,8 @@ parseAST = SemanticAST
( long "no-color"
<> help "Print with color: --color"
)
<*> (Left <$> strOption
( long "sourceFile"
<> metavar "FILEPATH"
<> help "Specify filepath containing source code to parse" )
<*> (Left <$> some
(Options.Applicative.argument str (metavar "FILEPATH(S)"))
<|> Right <$> strOption
( long "sourceString"
<> metavar "STRING"