The Problem To Be Solved
The new command csolution list examples is great, however it is not easy to find examples for a specific board or use case. With this command all information about examples are listed:
csolution list examples --verbose >x.txt
However this could be overwhelming.
Suggest A Solution
Is it possible to extend '--filter' to include also the text from "description", "pack" and "boards"? Example, this would then list only examples from Alif.
csolution list examples --verbose --filter Alif
NOTE: The same applies to list templates and to an extend to list layers. For list layers --filter seems not to work.
The Problem To Be Solved
The new command
csolution list examplesis great, however it is not easy to find examples for a specific board or use case. With this command all information about examples are listed:However this could be overwhelming.
Suggest A Solution
Is it possible to extend '--filter' to include also the text from "description", "pack" and "boards"? Example, this would then list only examples from Alif.
NOTE: The same applies to
list templatesand to an extend tolist layers. For list layers--filterseems not to work.