N98\Magento\Command\Developer\Translate\ExportCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('dev:translate:export')->setDescription('Export inline translations')->addArgument('locale', InputOption::VALUE_REQUIRED, 'Locale')->addArgument('filename', InputArgument::OPTIONAL, 'Export filename')->addOption('store', null, InputOption::VALUE_OPTIONAL, 'Limit to a special store');
    }