forked from platformio/platformio-core
Show package "system" info before publishing
This commit is contained in:
@@ -162,6 +162,8 @@ def package_publish( # pylint: disable=too-many-arguments, too-many-locals
|
|||||||
("Name:", name),
|
("Name:", name),
|
||||||
("Version:", version),
|
("Version:", version),
|
||||||
]
|
]
|
||||||
|
if manifest.get("system"):
|
||||||
|
data.insert(len(data) - 1, ("System", ", ".join(manifest.get("system"))))
|
||||||
click.echo(tabulate(data, tablefmt="plain"))
|
click.echo(tabulate(data, tablefmt="plain"))
|
||||||
|
|
||||||
# look for duplicates
|
# look for duplicates
|
||||||
|
Reference in New Issue
Block a user