fix: List if patch option is required (#346)

This commit is contained in:
decipher 2024-11-10 20:17:55 +05:30 committed by GitHub
parent 77be717de0
commit 98ff0c34fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")