Acacha\Llum\Console\GithubInitCommand::configure PHP 메소드

configure() 공개 메소드

Configure command.
public configure ( )
    public function configure()
    {
        parent::configure();
        $this->addArgument('name', InputArgument::OPTIONAL, 'Repository name')->addArgument('github_username', InputArgument::OPTIONAL, 'Github username');
    }