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