N98\Magento\Command\GiftCard\InfoCommand::configure PHP Method

configure() protected method

Setup
protected configure ( ) : void
return void
    protected function configure()
    {
        $this->setName('giftcard:info')->addArgument('code', \Symfony\Component\Console\Input\InputArgument::REQUIRED, 'Gift card code')->addOption('format', null, InputOption::VALUE_OPTIONAL, 'Output Format. One of [' . implode(',', RendererFactory::getFormats()) . ']')->setDescription('Get gift card account information by code');
    }