mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 14:27:35 +08:00
Add initial support for --color
This commit is contained in:
@@ -48,6 +48,7 @@ checkScript sys spec = do
|
||||
results <- checkScript (csScript spec)
|
||||
return CheckResult {
|
||||
crFilename = csFilename spec,
|
||||
crColorOption = csColorOption spec,
|
||||
crComments = results
|
||||
}
|
||||
where
|
||||
|
Reference in New Issue
Block a user