mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-13 23:29:23 +01:00
fix: remove -e
from experimental
option
This commit is contained in:
parent
00145f2bb6
commit
3829136c49
@ -47,7 +47,7 @@ internal object MainCommand : Runnable {
|
||||
@Option(names = ["-r", "--resource-patcher"], description = ["Disable patching resources"])
|
||||
var disableResourcePatching: Boolean = false
|
||||
|
||||
@Option(names = ["-e", "--experimental"], description = ["Disable patch version compatibility patch"])
|
||||
@Option(names = ["--experimental"], description = ["Disable patch version compatibility patch"])
|
||||
var experimental: Boolean = false
|
||||
|
||||
@Option(names = ["-m", "--merge"], description = ["One or more dex file containers to merge"])
|
||||
|
Loading…
Reference in New Issue
Block a user