Skip to content

Commit

Permalink
feat: Remove deprecated CLI options
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Mar 11, 2024
1 parent c45ed69 commit 48a1a39
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/kotlin/app/revanced/cli/command/PatchCommand.kt
Expand Up @@ -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."],
Expand Down

0 comments on commit 48a1a39

Please sign in to comment.