mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-25 04:01:04 +00:00
feat: rename debugging option to experimental
This commit is contained in:
@@ -43,7 +43,7 @@ fun Patcher.addPatchesFiltered(
|
||||
return@patch
|
||||
}
|
||||
|
||||
if (!(args.debugging || compatiblePackages.any { it.versions.isEmpty() || it.versions.any { version -> version == packageVersion }})) {
|
||||
if (!(args.experimental || compatiblePackages.any { it.versions.isEmpty() || it.versions.any { version -> version == packageVersion }})) {
|
||||
println("$prefix: The package version is $packageVersion and is incompatible.")
|
||||
return@patch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user