mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-26 20:15: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}")
|
||||
|
||||
append("Enabled: ${patch.use}")
|
||||
append("\nEnabled: ${patch.use}")
|
||||
|
||||
if (withOptions && patch.options.isNotEmpty()) {
|
||||
appendLine("\nOptions:")
|
||||
|
Loading…
Reference in New Issue
Block a user