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

View file

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