N98\Magento\Command\Developer\EmailTemplate\UsageCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:email-template:usage')->setDescription('Display database transactional email template usage')->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']');
    }