Add initial support for --color

This commit is contained in:
David Haguenauer
2015-12-03 11:15:32 -05:00
parent bd359c5c0f
commit a3d4101d6c
4 changed files with 40 additions and 8 deletions

View File

@@ -48,6 +48,7 @@ checkScript sys spec = do
results <- checkScript (csScript spec)
return CheckResult {
crFilename = csFilename spec,
crColorOption = csColorOption spec,
crComments = results
}
where