TranslationGetSubcommand constructor

TranslationGetSubcommand()

Implementation

TranslationGetSubcommand() {
  argParser.addOption(
    'id',
    help: 'Translation key ID. [Required]',
    mandatory: true,
  );
}