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