mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Command to check if number is registered (#391)
* Added the isRegistered command * Minor fixes * Corrected description * Added AsamK's suggestions Fixes #178
This commit is contained in:
parent
a475bc50e9
commit
1c5de83370
4 changed files with 119 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue