N98\Magento\Command\System\Store\Config\BaseUrlListCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('sys:store:config:base-url:list')->setDescription('Lists all base urls')->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']');
    }
BaseUrlListCommand