mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Add listContacts subcommand (#248)
This commit is contained in:
parent
b402b65066
commit
e508fc50e9
3 changed files with 32 additions and 0 deletions
|
@ -11,6 +11,7 @@ public class Commands {
|
|||
addCommand("addDevice", new AddDeviceCommand());
|
||||
addCommand("daemon", new DaemonCommand());
|
||||
addCommand("link", new LinkCommand());
|
||||
addCommand("listContacts", new ListContactsCommand());
|
||||
addCommand("listDevices", new ListDevicesCommand());
|
||||
addCommand("listGroups", new ListGroupsCommand());
|
||||
addCommand("listIdentities", new ListIdentitiesCommand());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue