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