From 94bdbbc3d2c0913d8699e462c023e4c3d356e31d Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 25 Apr 2022 23:57:03 +0200 Subject: [PATCH] Add name and description to main command --- .../src/main/java/pgp/cert_d/cli/PGPCertDCli.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pgpainless-cert-d-cli/src/main/java/pgp/cert_d/cli/PGPCertDCli.java b/pgpainless-cert-d-cli/src/main/java/pgp/cert_d/cli/PGPCertDCli.java index 859dd2f..e7f535d 100644 --- a/pgpainless-cert-d-cli/src/main/java/pgp/cert_d/cli/PGPCertDCli.java +++ b/pgpainless-cert-d-cli/src/main/java/pgp/cert_d/cli/PGPCertDCli.java @@ -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,