Pagekit\Application\Console\Command::comment PHP Méthode

comment() public méthode

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