VariableListSubcommand constructor

VariableListSubcommand()

Implementation

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