Add listContacts subcommand (#248)

This commit is contained in:
VisibleCode 2019-12-03 12:57:27 -08:00 committed by AsamK
parent b402b65066
commit e508fc50e9
3 changed files with 32 additions and 0 deletions

View file

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