Skip to content

Commit

Permalink
fix: Add missing punctuation in command description
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 18, 2023
1 parent 8beceba commit 8210351
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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

0 comments on commit 8210351

Please sign in to comment.