-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
|
for arg in "$@" ; do
|
||||||
case "${arg}" in
|
case "${arg}" in
|
||||||
--nocolor|--nocolour)
|
--nocolor|--nocolour|-C)
|
||||||
export RC_NOCOLOR="yes"
|
export RC_NOCOLOR="yes"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user