Knp\Bundle\KnpBundlesBundle\Command\KbUpdateBundlesCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDefinition(array())->addOption('no-publish', null, InputOption::VALUE_NONE, 'Prevent the command from publishing a message to RabbitMQ producer')->setName('kb:update:bundles');
    }
KbUpdateBundlesCommand