mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-14 13:07:32 +01:00
fix: Print in new line correctly
This commit is contained in:
parent
3d0c8c1526
commit
c2dc9d76be
@ -111,7 +111,7 @@ internal object ListPatchesCommand : Runnable {
|
|||||||
|
|
||||||
if (withDescriptions) append("\nDescription: ${patch.description}")
|
if (withDescriptions) append("\nDescription: ${patch.description}")
|
||||||
|
|
||||||
append("Enabled: ${patch.use}")
|
append("\nEnabled: ${patch.use}")
|
||||||
|
|
||||||
if (withOptions && patch.options.isNotEmpty()) {
|
if (withOptions && patch.options.isNotEmpty()) {
|
||||||
appendLine("\nOptions:")
|
appendLine("\nOptions:")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user