mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
Correct the docs.
This commit is contained in:
parent
844b8d0dc3
commit
aad5e2d396
@ -44,7 +44,7 @@ runParse (SomeRenderer parseTreeRenderer) = Semantic.parseBlobs parseTreeRendere
|
|||||||
|
|
||||||
-- | A parser for the application's command-line arguments.
|
-- | A parser for the application's command-line arguments.
|
||||||
--
|
--
|
||||||
-- Returns an 'IO' action producing 'ByteString' output, and a 'Maybe FilePath' to write the output to.
|
-- Returns a 'Task' producing 'ByteString' output, and a 'Maybe FilePath' to write the output to.
|
||||||
arguments :: ParserInfo (Task.Task ByteString, Maybe FilePath)
|
arguments :: ParserInfo (Task.Task ByteString, Maybe FilePath)
|
||||||
arguments = info (version <*> helper <*> argumentsParser) description
|
arguments = info (version <*> helper <*> argumentsParser) description
|
||||||
where
|
where
|
||||||
|
Loading…
Reference in New Issue
Block a user