mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-12-13 05:37:45 +01:00
chore: cleanup code
This commit is contained in:
parent
1781612789
commit
c272d55e2d
@ -11,10 +11,11 @@ import java.io.File
|
|||||||
import java.nio.file.Files
|
import java.nio.file.Files
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
name = "ReVanced-CLI", version = ["1.0.0"], mixinStandardHelpOptions = true,
|
name = "ReVanced-CLI",
|
||||||
|
version = ["1.0.0"],
|
||||||
|
mixinStandardHelpOptions = true
|
||||||
)
|
)
|
||||||
internal object MainCommand : Runnable {
|
internal object MainCommand : Runnable {
|
||||||
|
|
||||||
@ArgGroup(exclusive = false, multiplicity = "1")
|
@ArgGroup(exclusive = false, multiplicity = "1")
|
||||||
lateinit var args: Args
|
lateinit var args: Args
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user