mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-17 16:33:58 +00:00
feat: Simplify command description
This commit is contained in:
@@ -25,7 +25,7 @@ import java.util.logging.Logger
|
|||||||
|
|
||||||
|
|
||||||
@CommandLine.Command(
|
@CommandLine.Command(
|
||||||
name = "patch", description = ["Patch the supplied APK file with the supplied patches and integrations"]
|
name = "patch", description = ["Patch an APK file"]
|
||||||
)
|
)
|
||||||
internal object PatchCommand : Runnable {
|
internal object PatchCommand : Runnable {
|
||||||
private val logger = Logger.getLogger(PatchCommand::class.java.name)
|
private val logger = Logger.getLogger(PatchCommand::class.java.name)
|
||||||
|
|||||||
Reference in New Issue
Block a user