You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the current CLI implementation, it is set only when a LibrarySearchReq is performed.
provides_includes is taken directly from the library_index.json and is written by the library author in the library.properties; that's why it is listed when running a LibrarySearchReq but not for the LibraryListReq.
As a workaround, one can run a LibraryListReq then a subsequent LibrarySearchReq, finally, aggregate the result.
The text was updated successfully, but these errors were encountered:
With the current CLI implementation, it is set only when a
LibrarySearchReq
is performed.provides_includes
is taken directly from thelibrary_index.json
and is written by the library author in thelibrary.properties
; that's why it is listed when running aLibrarySearchReq
but not for theLibraryListReq
.As a workaround, one can run a
LibraryListReq
then a subsequentLibrarySearchReq
, finally, aggregate the result.The text was updated successfully, but these errors were encountered: