feat: --exclusive switch (#78)

This commit is contained in:
bogadana
2022-07-10 12:15:28 +02:00
committed by GitHub
parent 93a4787780
commit 8e91c12c5e
3 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ internal object Patcher {
// merge files like necessary integrations
patcher.mergeFiles()
// add patches, but filter incompatible or excluded patches
patcher.addPatchesFiltered(excludePatches = args.excludedPatches.isNotEmpty())
patcher.addPatchesFiltered()
// apply patches
patcher.applyPatchesVerbose()