mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2024-12-22 21:27:59 +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;
|
import java.sql.SQLException;
|
||||||
|
|
||||||
@CommandLine.Command(
|
@CommandLine.Command(
|
||||||
|
name = "certificate-store",
|
||||||
|
description = "Store and manage public OpenPGP certificates",
|
||||||
subcommands = {
|
subcommands = {
|
||||||
Import.class,
|
Import.class,
|
||||||
MultiImport.class,
|
MultiImport.class,
|
||||||
|
|
Loading…
Reference in a new issue