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:
parent
90be70f045
commit
3a778342f8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user