Add name and description to main command

This commit is contained in:
Paul Schaub 2022-04-25 23:57:03 +02:00
parent 1ab2db9c2f
commit 94bdbbc3d2
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -22,6 +22,8 @@ import java.io.File;
import java.sql.SQLException;
@CommandLine.Command(
name = "certificate-store",
description = "Store and manage public OpenPGP certificates",
subcommands = {
Import.class,
MultiImport.class,