-C should force no colour as well
This commit is contained in:
parent
fc1bfe4234
commit
162887c364
@ -120,7 +120,7 @@ esac
|
||||
|
||||
for arg in "$@" ; do
|
||||
case "${arg}" in
|
||||
--nocolor|--nocolour)
|
||||
--nocolor|--nocolour|-C)
|
||||
export RC_NOCOLOR="yes"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user