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

configure() protected method

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