Skip to content

Commit 98ff0c3

Browse files
authored
fix: List if patch option is required (#346)
1 parent 77be717 commit 98ff0c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ internal object ListPatchesCommand : Runnable {
8989
buildString {
9090
appendLine("Title: $title")
9191
description?.let { appendLine("Description: $it") }
92+
appendLine("Required: $required")
9293
default?.let {
9394
appendLine("Key: $key")
9495
append("Default: $it")

0 commit comments

Comments
 (0)