Neos\Flow\Cli\Response::setColorSupport PHP Method

setColorSupport() public method

Sets color support / styled output to yes, no or auto detection
public setColorSupport ( boolean $colorSupport ) : void
$colorSupport boolean TRUE, FALSE or NULL (= autodetection)
return void
    public function setColorSupport($colorSupport)
    {
        $this->colorSupport = $colorSupport;
    }