fix: don't log when package is incompatible and exclusive option is used

This commit is contained in:
oSumAtrIX
2022-12-15 23:37:11 +01:00
parent 8c2aeff2cf
commit ad81a1b656
2 changed files with 10 additions and 11 deletions

View File

@@ -87,7 +87,7 @@ internal object MainCommand : Runnable {
names = ["--exclusive"],
description = ["Only installs the patches you include, not including any patch by default"]
)
var defaultExclude = false
var exclusive = false
@Option(names = ["-i", "--include"], description = ["Include patches"])
var includedPatches = arrayOf<String>()