mirror of
https://github.com/koalaman/shellcheck
synced 2025-08-14 02:27:30 -07:00
Add initial support for --color
This commit is contained in:
parent
bd359c5c0f
commit
a3d4101d6c
4 changed files with 40 additions and 8 deletions
|
@ -48,6 +48,7 @@ checkScript sys spec = do
|
|||
results <- checkScript (csScript spec)
|
||||
return CheckResult {
|
||||
crFilename = csFilename spec,
|
||||
crColorOption = csColorOption spec,
|
||||
crComments = results
|
||||
}
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue