GroupDeleteSubcommand constructor

GroupDeleteSubcommand()

Implementation

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