mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-21 10:23:57 +00:00
feat: add install command
This introduces a separate utility subcommand.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package app.revanced.cli.command.utility
|
||||
|
||||
import picocli.CommandLine
|
||||
|
||||
@CommandLine.Command(
|
||||
name = "utility",
|
||||
description = ["Commands for utility purposes"],
|
||||
subcommands = [InstallCommand::class, UninstallCommand::class],
|
||||
)
|
||||
internal object UtilityCommand
|
||||
Reference in New Issue
Block a user