N98\Magento\Command\System\Cron\HistoryCommand::configure PHP 메소드

configure() 보호된 메소드

protected configure ( )
    protected function configure()
    {
        $this->setName('sys:cron:history')->setDescription('Last executed cronjobs with status.')->addOption('timezone', null, InputOption::VALUE_OPTIONAL, 'Timezone to show finished at in')->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']');
    }
HistoryCommand