mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 20:10:39 +00:00
parent
d486563099
commit
7cf3a989bf
13 changed files with 296 additions and 3 deletions
|
@ -26,6 +26,7 @@ public class GetAttachmentCommand implements JsonRpcLocalCommand {
|
|||
|
||||
@Override
|
||||
public void attachToSubparser(final Subparser subparser) {
|
||||
subparser.help("Retrieve an already downloaded attachment base64 encoded.");
|
||||
subparser.addArgument("--id").required(true).help("The ID of the attachment file.");
|
||||
var mut = subparser.addMutuallyExclusiveGroup().required(true);
|
||||
mut.addArgument("--recipient").help("Sender of the attachment");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue