Closed
Description
Hi @cmaglie ,
Can arduino-cli support listing all available libraries? Like you select the "all" type in Arduino IDE's Library Manager. Currently we can only use arduino-cli lib search XXX
to search some libraries related to one core. Cases are that I have a device A, and want to use libraries from other core, like Arduino or something. Listing all available libraries can give information to user so he can check the library.
Thx.