]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/Commands.java
Reformat man doc and clarify help text
[signal-cli] / src / main / java / org / asamk / signal / commands / Commands.java
index 85e7af32665095f5cd2d6fdab7b91eb052ee8777..1e081dffcf2499b1a7328e0c36e3810e2607c2a3 100644 (file)
@@ -11,6 +11,7 @@ public class Commands {
         addCommand("addDevice", new AddDeviceCommand());
         addCommand("block", new BlockCommand());
         addCommand("daemon", new DaemonCommand());
+        addCommand("getUserStatus", new GetUserStatusCommand());
         addCommand("link", new LinkCommand());
         addCommand("listContacts", new ListContactsCommand());
         addCommand("listDevices", new ListDevicesCommand());