We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77be717 commit 98ff0c3Copy full SHA for 98ff0c3
src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt
@@ -89,6 +89,7 @@ internal object ListPatchesCommand : Runnable {
89
buildString {
90
appendLine("Title: $title")
91
description?.let { appendLine("Description: $it") }
92
+ appendLine("Required: $required")
93
default?.let {
94
appendLine("Key: $key")
95
append("Default: $it")
0 commit comments