MLD\Console\Command\ExportCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setDescription('Converts source country data to various output formats')->addOption('exclude-field', 'x', InputOption::VALUE_IS_ARRAY | InputOption::VALUE_REQUIRED, 'If set, excludes top-level field with the given name from the output', []);
    }