Gush\Command\Util\StyleCIPatchCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('pull-request:styleci')->setDescription('Apply StyleCI patches on given PR')->addArgument('pr_number', InputArgument::REQUIRED, 'PR number')->setHelp(<<<EOF
The <info>%command.name%</info> command applies StyleCI patches on given PR:

    <info>\$ gush %command.name% 12</info>

EOF
);
    }