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>');
    }