mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Search over platform packages
This commit is contained in:
@ -24,7 +24,7 @@ def cli(query, json_output):
|
|||||||
if query == "all":
|
if query == "all":
|
||||||
query = ""
|
query = ""
|
||||||
|
|
||||||
search_data = "%s %s" % (name, info)
|
search_data = "%s %s %s" % (name, info, p.get_installed_packages())
|
||||||
if query and query.lower() not in search_data.lower():
|
if query and query.lower() not in search_data.lower():
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user