Add command name and description for parent command

This commit is contained in:
Paul Schaub 2022-04-11 13:54:24 +02:00
parent f16abd3a5e
commit a35378e870
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ import picocli.CommandLine;
import java.net.MalformedURLException;
@CommandLine.Command(
name = "vks",
description = "Interact with Verifying Key Servers",
subcommands = {
CommandLine.HelpCommand.class,
GetCmd.class,