Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
None
-
None
-
8448d6ccd1d070c99e253e694c25a598111b9826
Description
As a user, I want to be able to see all products in a project. With 'qbs run' I can list all available runnable products, but that excludes e.g. a 'documentation' product.
We could add a list-products command for the command line:
$ qbs list-products app documentation tests $ qbs build -p documentation ...