Trying to generate multiple targets with buck project --combined-project, expecting one project, got many
The description says: --combined-project Indicates that Buck should build a single monoproject for all build targets specified.
However when I pass more than 1 target to buck project --combined-project, buck is still generating one project per target, instead of one monoproject for all targets.