PatchApplyCommand constructor
PatchApplyCommand()
Implementation
PatchApplyCommand() {
addGlobalPatchArgs(argParser);
argParser.addFlag('force', help: 'Force apply patches', negatable: false);
}
PatchApplyCommand() {
addGlobalPatchArgs(argParser);
argParser.addFlag('force', help: 'Force apply patches', negatable: false);
}