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

@@ -67,6 +67,9 @@ internal object MainCommand : Runnable {
@Option(names = ["-e", "--exclude"], description = ["Explicitly exclude patches"])
var excludedPatches = arrayOf<String>()
@Option(names = ["--exclusive"], description = ["Exclusively include patches"])
var defaultExclude = false
@Option(names = ["-i", "--include"], description = ["Include patches"])
var includedPatches = arrayOf<String>()