mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-28 13:05:48 +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…
Reference in New Issue
Block a user