phpbb\install\console\command\update\update::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('update')->addArgument('config-file', InputArgument::REQUIRED, $this->language->lang('CLI_CONFIG_FILE'))->setDescription($this->language->lang('CLI_UPDATE_BOARD'));
    }