LocaleGetSubcommand constructor

LocaleGetSubcommand()

Implementation

LocaleGetSubcommand() {
  argParser.addOption(
    'id',
    help: 'Locale ID (e.g. en, nl, es, de). [Required]',
    mandatory: true,
  );
}