mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +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
|
stdInput = flag' StdInput
|
||||||
( long "stdin"
|
( long "stdin"
|
||||||
<> help "Read from 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