We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ed69 commit 48a1a39Copy full SHA for 48a1a39
src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
@@ -142,17 +142,6 @@ internal object PatchCommand : Runnable {
142
)
143
private var signer = "ReVanced"
144
145
- @CommandLine.Option(
146
- names = ["-r", "--resource-cache"],
147
- description = ["Path to temporary resource cache directory."],
148
- )
149
- private var resourceCachePath: File? = null
150
- set(value) {
151
- logger.warning("The --resource-cache option is deprecated. Use --temporary-files-patch instead.")
152
- field = value
153
- temporaryFilesPath = value
154
- }
155
-
156
@CommandLine.Option(
157
names = ["-t", "--temporary-files-path"],
158
description = ["Path to temporary files directory."],
0 commit comments