ConsoleKit\Command::writeerr PHP Method

writeerr() public method

Writes a message in bold red to STDERR
public writeerr ( string $text ) : Command
$text string
return Command
    public function writeerr($text)
    {
        return $this->write($text, Colors::RED | Colors::BOLD, TextWriter::STDERR);
    }