Piwik\Plugins\CoreConsole\Commands\GenerateUpdate::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('generate:update')->setDescription('Adds a new update to an existing plugin or "core"')->addOption('component', null, InputOption::VALUE_REQUIRED, 'The name of an existing plugin or "core"');
    }