mirror of
https://codeberg.org/PGPainless/vks-java.git
synced 2024-11-22 15:32:06 +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;
|
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,
|
||||||
|
|
Loading…
Reference in a new issue