mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-02-02 14:17:32 +01:00
feat: Simplify command description
This commit is contained in:
parent
bbb1a63abd
commit
3b3f7c7a7a
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user