Acacha\Llum\Console\GithubRepoCommand::configure PHP Method

configure() public method

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