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

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDefinition(array())->setName('kb:update:bundle')->addArgument('name', InputArgument::REQUIRED, 'Name of the bundle you want to update. owner/name')->addOption('rabbitmq', null, InputOption::VALUE_NONE, 'Using rabbitmq if specified');
    }
KbUpdateBundleCommand