PresetCommand constructor

PresetCommand()

Creates the preset command group.

Implementation

PresetCommand() {
  addSubcommand(PresetApplyCommand());
  addSubcommand(PresetSaveCommand());
  addSubcommand(PresetListCommand());
  addSubcommand(PresetShowCommand());
  addSubcommand(PresetDeleteCommand());
}