Acacha\Llum\Console\GithubInitCommand::runGitCreateRepo PHP Method

runGitCreateRepo() protected method

Run llum github:repo command.
protected runGitCreateRepo ( )
    protected function runGitCreateRepo()
    {
        $this->showMessageRunningCommand($this->output, 'llum github:repo');
        passthru('llum github:repo');
    }