]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/Commands.java
Add --service-environment to allow testing against sandbox environment
[signal-cli] / src / main / java / org / asamk / signal / commands / Commands.java
index 830049a584df5181571a5d0a13287306086d5c96..c79ba239cdc5a02c0720abda8fdb5ba4173c11b3 100644 (file)
@@ -27,6 +27,7 @@ public class Commands {
         addCommand("send", new SendCommand());
         addCommand("sendContacts", new SendContactsCommand());
         addCommand("sendReaction", new SendReactionCommand());
+        addCommand("sendSyncRequest", new SendSyncRequestCommand());
         addCommand("setPin", new SetPinCommand());
         addCommand("trust", new TrustCommand());
         addCommand("unblock", new UnblockCommand());