1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

fix comment

This commit is contained in:
Ayman Nadeem 2019-10-10 13:13:26 -04:00
parent 29725e38d7
commit 10eb0fe17f
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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"