LocalizationUpsertBatchSubcommand constructor

LocalizationUpsertBatchSubcommand()

Implementation

LocalizationUpsertBatchSubcommand() {
  argParser.addOption(
    'data',
    abbr: 'd',
    help: 'JSON array string or path to JSON file containing localizations. [Required]',
    mandatory: true,
  );
}