Gush\Command\Release\ReleaseListCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('release:list')->setDescription('Lists the releases')->setHelp(<<<EOF
The <info>%command.name%</info> command lists the available releases:

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

EOF
);
    }