mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
Add listAccounts command
This commit is contained in:
parent
9c67aabebb
commit
62dd2ee49e
4 changed files with 50 additions and 1 deletions
|
@ -17,6 +17,7 @@ public class Commands {
|
|||
addCommand(new JoinGroupCommand());
|
||||
addCommand(new JsonRpcDispatcherCommand());
|
||||
addCommand(new LinkCommand());
|
||||
addCommand(new ListAccountsCommand());
|
||||
addCommand(new ListContactsCommand());
|
||||
addCommand(new ListDevicesCommand());
|
||||
addCommand(new ListGroupsCommand());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue