mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-12-22 05:17:56 +01:00
Add name and description to main command
This commit is contained in:
parent
1ab2db9c2f
commit
94bdbbc3d2
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue