TranslationDeleteSubcommand constructor

TranslationDeleteSubcommand()

Implementation

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