Add listAccounts command

This commit is contained in:
AsamK 2021-11-10 20:12:40 +01:00
parent 9c67aabebb
commit 62dd2ee49e
4 changed files with 50 additions and 1 deletions

View file

@ -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());