Pagekit\Application\Console\Command::comment PHP Method

comment() public method

Write a string as comment output.
public comment ( string $string )
$string string
    public function comment($string)
    {
        $this->output->writeln("<comment>{$string}</comment>");
    }