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

Better docs for optionsColour.

This commit is contained in:
Rob Rix 2017-07-21 14:13:04 -04:00
parent 4e79edf421
commit 72385b8a93

View File

@ -193,7 +193,7 @@ data ErrorCause grammar
-- | Options for printing errors.
data Options = Options
{ optionsColour :: Bool -- ^ Whether to use colour formatting.
{ optionsColour :: Bool -- ^ Whether to use colour formatting codes suitable for a terminal device.
}
defaultOptions :: Options