mirror of
https://codeberg.org/PGPainless/cert-d-pgpainless.git
synced 2025-09-10 02:39:45 +02:00
Implement very basic list command
This commit is contained in:
parent
6a16d0cff5
commit
3267a330bf
4 changed files with 54 additions and 1 deletions
|
@ -12,6 +12,7 @@ import pgp.cert_d.cli.commands.Export;
|
|||
import pgp.cert_d.cli.commands.Get;
|
||||
import pgp.cert_d.cli.commands.Insert;
|
||||
import pgp.cert_d.cli.commands.Import;
|
||||
import pgp.cert_d.cli.commands.List;
|
||||
import pgp.cert_d.cli.commands.Setup;
|
||||
import pgp.cert_d.jdbc.sqlite.DatabaseSubkeyLookup;
|
||||
import pgp.cert_d.jdbc.sqlite.SqliteSubkeyLookupDaoImpl;
|
||||
|
@ -32,7 +33,8 @@ import java.sql.SQLException;
|
|||
Insert.class,
|
||||
Import.class,
|
||||
Get.class,
|
||||
Setup.class
|
||||
Setup.class,
|
||||
List.class
|
||||
}
|
||||
)
|
||||
public class PGPCertDCli {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue