mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Support for Account command
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user