mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-06 18:40:56 +02:00
Implement installing packages/libraries from different archive (with/without manifests) // Resolve #767
This commit is contained in:
@@ -143,7 +143,7 @@ def echo_liblist_item(item):
|
||||
click.echo(
|
||||
LIBLIST_TPL.format(
|
||||
id=click.style(
|
||||
str(item.get("id", "VCS")), fg="green"),
|
||||
str(item.get("id", "-")), fg="green"),
|
||||
name=click.style(
|
||||
item['name'], fg="cyan"),
|
||||
compatibility=click.style(
|
||||
|
Reference in New Issue
Block a user