Acacha\Llum\Console\GithubCommand::showMessageRunningCommand PHP Метод

showMessageRunningCommand() защищенный метод

Show message running command.
protected showMessageRunningCommand ( Symfony\Component\Console\Output\OutputInterface $output, $commandName )
$output Symfony\Component\Console\Output\OutputInterface
    protected function showMessageRunningCommand(OutputInterface $output, $commandName)
    {
        $output->writeln('<info>Running command ' . $commandName . '...</info>');
    }