package app.revanced.cli import picocli.CommandLine internal fun main(args: Array) { CommandLine(MainCommand).execute(*args) }