diff --git a/src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt b/src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt index 4de799d..a2220e6 100644 --- a/src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt @@ -89,6 +89,7 @@ internal object ListPatchesCommand : Runnable { buildString { appendLine("Title: $title") description?.let { appendLine("Description: $it") } + appendLine("Required: $required") default?.let { appendLine("Key: $key") append("Default: $it")