Skip to content

Commit

Permalink
fix: List if patch option is required (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 authored Nov 10, 2024
1 parent 77be717 commit 98ff0c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 98ff0c3

Please sign in to comment.