mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 15:56:21 +00:00
Added /pgp libver command
This commit is contained in:
@@ -850,10 +850,12 @@ static struct cmd_t command_defs[] =
|
||||
|
||||
{ "/pgp",
|
||||
cmd_pgp, parse_args, 1, 1, NULL,
|
||||
{ "/pgp keys", "Open PGP.",
|
||||
{ "/pgp keys",
|
||||
"---------",
|
||||
{ "/pgp keys|libver", "Open PGP.",
|
||||
{ "/pgp keys|libver",
|
||||
"----------------",
|
||||
"Open PGP.",
|
||||
"keys : List private keys."
|
||||
"libver : Show which version of the libgpgme library is being used.",
|
||||
NULL } } },
|
||||
|
||||
{ "/otr",
|
||||
@@ -1575,6 +1577,7 @@ cmd_init(void)
|
||||
|
||||
pgp_ac = autocomplete_new();
|
||||
autocomplete_add(pgp_ac, "keys");
|
||||
autocomplete_add(pgp_ac, "libver");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user