Console\Locale\ImportLocaleCommand::configure PHP Method

configure() protected method

Configure the command options.
protected configure ( )
    protected function configure()
    {
        $this->setName('forkcms:locale:import')->setAliases(['locale:import'])->setDescription('Import locale translations')->addOption('overwrite', 'o', InputOption::VALUE_OPTIONAL, 'Overwrite the existing translations', true)->addOption('file', 'f', InputOption::VALUE_OPTIONAL, 'Path to the locale file')->addOption('module', 'm', InputOption::VALUE_OPTIONAL, 'Name of the module that contains the translations')->addOption('locale', 'l', InputOption::VALUE_OPTIONAL, 'Only install for a specific locale');
    }