VariableGetSubcommand constructor

VariableGetSubcommand()

Implementation

VariableGetSubcommand() {
  argParser.addOption(
    'id',
    help: 'Variable ID. [Required]',
    mandatory: true,
  );
}