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
1 changed files with 2 additions and 0 deletions

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,