Support for Account command

This commit is contained in:
Ivan Kravets
2016-11-04 19:40:12 +02:00
parent 4cf146bd4f
commit 269500a969

View File

@ -118,7 +118,7 @@ class MeasurementProtocol(TelemetryBase):
return return
cmd_path = args[:1] cmd_path = args[:1]
if args[0] in ("platform", "platforms", "serialports", "device", if args[0] in ("platform", "platforms", "serialports", "device",
"settings"): "settings", "account"):
cmd_path = args[:2] cmd_path = args[:2]
if args[0] == "lib" and len(args) > 1: if args[0] == "lib" and len(args) > 1:
lib_subcmds = ("install", "list", "register", "search", "show", lib_subcmds = ("install", "list", "register", "search", "show",