WellCommerce\Bundle\DistributionBundle\Command\InstallCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDescription('Installs WellCommerce');
        $this->setName('wellcommerce:install');
    }