mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-23 03:56:50 +01:00
fix: List if patch option is required (#346)
This commit is contained in:
parent
77be717de0
commit
98ff0c34fa
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user