TranslationCommand constructor

TranslationCommand()

Implementation

TranslationCommand() {
  addSubcommand(TranslationListSubcommand());
  addSubcommand(TranslationSearchSubcommand());
  addSubcommand(TranslationGetSubcommand());
  addSubcommand(TranslationUpsertSubcommand());
  addSubcommand(TranslationCopySubcommand());
  addSubcommand(TranslationDeleteSubcommand());
}