forked from platformio/platformio-core
Support for Account command
This commit is contained in:
@ -118,7 +118,7 @@ class MeasurementProtocol(TelemetryBase):
|
||||
return
|
||||
cmd_path = args[:1]
|
||||
if args[0] in ("platform", "platforms", "serialports", "device",
|
||||
"settings"):
|
||||
"settings", "account"):
|
||||
cmd_path = args[:2]
|
||||
if args[0] == "lib" and len(args) > 1:
|
||||
lib_subcmds = ("install", "list", "register", "search", "show",
|
||||
|
Reference in New Issue
Block a user