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