mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-11 22:06:20 +00:00
fix: Add missing punctuation in command description
This commit is contained in:
@@ -4,7 +4,7 @@ import picocli.CommandLine
|
|||||||
|
|
||||||
@CommandLine.Command(
|
@CommandLine.Command(
|
||||||
name = "utility",
|
name = "utility",
|
||||||
description = ["Commands for utility purposes"],
|
description = ["Commands for utility purposes."],
|
||||||
subcommands = [InstallCommand::class, UninstallCommand::class],
|
subcommands = [InstallCommand::class, UninstallCommand::class],
|
||||||
)
|
)
|
||||||
internal object UtilityCommand
|
internal object UtilityCommand
|
||||||
|
|||||||
Reference in New Issue
Block a user