N98\Magento\Command\System\Setup\RunCommand::configure PHP Метод

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

protected configure ( )
    protected function configure()
    {
        $this->setName('sys:setup:run')->addOption('--no-implicit-cache-flush', null, InputOption::VALUE_NONE, 'Do not flush the cache')->setDescription('Runs all new setup scripts.');
        $help = <<<HELP
Runs all setup scripts (no need to call frontend).
This command is useful if you update your system with enabled maintenance mode.
HELP;
        $this->setHelp($help);
    }