mirror of
https://github.com/github/semantic.git
synced 2024-11-28 01:47:01 +03:00
fix comment
This commit is contained in:
parent
29725e38d7
commit
10eb0fe17f
@ -26,6 +26,7 @@ library
|
||||
, tree-sitter-python
|
||||
, bytestring
|
||||
, optparse-applicative ^>= 0.14.3.0
|
||||
, unix-2.7.2.2
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
||||
|
@ -59,7 +59,7 @@ fileInput = FileInput <$> strOption
|
||||
<> metavar "FILENAME"
|
||||
<> help "Input file" )
|
||||
|
||||
-- cat something in
|
||||
-- Read from stdin
|
||||
stdInput :: Parser Input
|
||||
stdInput = flag' StdInput
|
||||
( long "stdin"
|
||||
|
Loading…
Reference in New Issue
Block a user