We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0c8c1 commit c2dc9d7Copy full SHA for c2dc9d7
src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt
@@ -111,7 +111,7 @@ internal object ListPatchesCommand : Runnable {
111
112
if (withDescriptions) append("\nDescription: ${patch.description}")
113
114
- append("Enabled: ${patch.use}")
+ append("\nEnabled: ${patch.use}")
115
116
if (withOptions && patch.options.isNotEmpty()) {
117
appendLine("\nOptions:")
0 commit comments