1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00

Correct the docs.

This commit is contained in:
Rob Rix 2017-07-19 17:24:06 -04:00
parent 844b8d0dc3
commit aad5e2d396

View File

@ -44,7 +44,7 @@ runParse (SomeRenderer parseTreeRenderer) = Semantic.parseBlobs parseTreeRendere
-- | 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 = info (version <*> helper <*> argumentsParser) description
where