mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-04-30 14:44:34 +02: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)
|
|
} |