phpbb\console\command\db\list_command::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('db:list')->setDescription($this->user->lang('CLI_DESCRIPTION_DB_LIST'))->addOption('available', 'u', InputOption::VALUE_NONE, $this->user->lang('CLI_MIGRATIONS_ONLY_AVAILABLE'));
    }