mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
need to use pPrintNoColor for no color option
This commit is contained in:
parent
51ce6dd303
commit
718dd27e4a
@ -12,7 +12,7 @@ import Data.ByteString (pack, readFile, ByteString)
|
||||
import System.IO (FilePath)
|
||||
import Options.Applicative hiding (style)
|
||||
import Data.Semigroup ((<>))
|
||||
import Text.Pretty.Simple (pPrint)
|
||||
import Text.Pretty.Simple (pPrint, pPrintNoColor)
|
||||
|
||||
data SemanticAST = SemanticAST
|
||||
{ format :: Format
|
||||
|
Loading…
Reference in New Issue
Block a user