mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-21 23:22:04 +01:00
Add command name and description for parent command
This commit is contained in:
parent
f16abd3a5e
commit
a35378e870
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue