PatchCommand constructor

PatchCommand()

Implementation

PatchCommand() {
  addSubcommand(PatchInitCommand());
  addSubcommand(PatchGenerateCommand());
  addSubcommand(PatchApplyCommand());
}