1
1
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:
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" ( 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"