mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
remove flag for Normal/Verbose outputs
This commit is contained in:
parent
74d7802571
commit
a11decefcd
@ -73,10 +73,3 @@ stdInput :: Parser Input
|
||||
stdInput = flag' StdInput
|
||||
( long "stdin"
|
||||
<> help "Read from stdin" )
|
||||
|
||||
-- flag Normal Verbose
|
||||
-- ( long "verbose"
|
||||
-- <> short 'v'
|
||||
-- <> help "Enable verbose mode" )
|
||||
-- need semantic-ast as invocation
|
||||
-- format should be a flag
|
||||
|
Loading…
Reference in New Issue
Block a user