feat: rename debugging option to experimental

This commit is contained in:
oSumAtrIX
2022-06-21 18:40:34 +02:00
parent 1a3db77c21
commit 98bd6f3f4b
2 changed files with 3 additions and 3 deletions

View File

@@ -47,8 +47,8 @@ internal object MainCommand : Runnable {
@Option(names = ["-r", "--resource-patcher"], description = ["Disable patching resources"])
var disableResourcePatching: Boolean = false
@Option(names = ["--debugging"], description = ["Disable patch version compatibility"])
var debugging: Boolean = false
@Option(names = ["-e", "--experimental"], description = ["Disable patch version compatibility patch"])
var experimental: Boolean = false
@Option(names = ["-m", "--merge"], description = ["One or more dex file containers to merge"])
var mergeFiles = listOf<File>()