mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-19 09:23:58 +00:00
7 lines
140 B
Kotlin
7 lines
140 B
Kotlin
package app.revanced.cli
|
|
|
|
import picocli.CommandLine
|
|
|
|
internal fun main(args: Array<String>) {
|
|
CommandLine(MainCommand).execute(*args)
|
|
} |