mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-19 10:09:22 +01:00
fix: Make clear what the --exclusive command actually does
This commit is contained in:
parent
ab4c81965e
commit
a26b0ea64d
@ -78,7 +78,7 @@ internal object MainCommand : Runnable {
|
|||||||
@Option(names = ["-e", "--exclude"], description = ["Explicitly exclude patches"])
|
@Option(names = ["-e", "--exclude"], description = ["Explicitly exclude patches"])
|
||||||
var excludedPatches = arrayOf<String>()
|
var excludedPatches = arrayOf<String>()
|
||||||
|
|
||||||
@Option(names = ["--exclusive"], description = ["Exclusively include patches"])
|
@Option(names = ["--exclusive"], description = ["Only installs the patches you include, not including any patch by default"])
|
||||||
var defaultExclude = false
|
var defaultExclude = false
|
||||||
|
|
||||||
@Option(names = ["-i", "--include"], description = ["Include patches"])
|
@Option(names = ["-i", "--include"], description = ["Include patches"])
|
||||||
|
Loading…
Reference in New Issue
Block a user