Skip to content

Commit 48a1a39

Browse files
committed
feat: Remove deprecated CLI options
1 parent c45ed69 commit 48a1a39

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/main/kotlin/app/revanced/cli/command/PatchCommand.kt

-11
Original file line numberDiff line numberDiff line change
@@ -142,17 +142,6 @@ internal object PatchCommand : Runnable {
142142
)
143143
private var signer = "ReVanced"
144144

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-
156145
@CommandLine.Option(
157146
names = ["-t", "--temporary-files-path"],
158147
description = ["Path to temporary files directory."],

0 commit comments

Comments
 (0)