mirror of
https://codeberg.org/PGPainless/wkd-java.git
synced 2025-09-09 03:09:39 +02:00
Rename 'fetch' subcommand to 'get'
This commit is contained in:
parent
c0652b6162
commit
7f067c55e5
4 changed files with 13 additions and 11 deletions
|
@ -6,13 +6,15 @@ package pgp.wkd.cli;
|
|||
|
||||
import pgp.wkd.exception.CertNotFetchableException;
|
||||
import pgp.wkd.exception.RejectedCertificateException;
|
||||
import pgp.wkd.cli.command.Fetch;
|
||||
import pgp.wkd.cli.command.GetCmd;
|
||||
import picocli.CommandLine;
|
||||
|
||||
@CommandLine.Command(
|
||||
name = "wkd",
|
||||
description = "Interact with the Web Key Directory",
|
||||
subcommands = {
|
||||
CommandLine.HelpCommand.class,
|
||||
Fetch.class
|
||||
GetCmd.class
|
||||
}
|
||||
)
|
||||
public class WKDCLI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue