We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8beceba commit 8210351Copy full SHA for 8210351
src/main/kotlin/app/revanced/cli/command/utility/UtilityCommand.kt
@@ -4,7 +4,7 @@ import picocli.CommandLine
4
5
@CommandLine.Command(
6
name = "utility",
7
- description = ["Commands for utility purposes"],
+ description = ["Commands for utility purposes."],
8
subcommands = [InstallCommand::class, UninstallCommand::class],
9
)
10
internal object UtilityCommand
0 commit comments