feat: Remove deprecated CLI options

This commit is contained in:
oSumAtrIX 2024-03-11 09:22:19 +01:00
parent c45ed69adf
commit 48a1a39b94
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
1 changed files with 0 additions and 11 deletions

View File

@ -142,17 +142,6 @@ internal object PatchCommand : Runnable {
)
private var signer = "ReVanced"
@CommandLine.Option(
names = ["-r", "--resource-cache"],
description = ["Path to temporary resource cache directory."],
)
private var resourceCachePath: File? = null
set(value) {
logger.warning("The --resource-cache option is deprecated. Use --temporary-files-patch instead.")
field = value
temporaryFilesPath = value
}
@CommandLine.Option(
names = ["-t", "--temporary-files-path"],
description = ["Path to temporary files directory."],