I think that's the bit I'm missing to implement a more general way of encoding a command matrix.
If this looks okay (should I add jvmAll, jsAll and nativeAll that just return a Seq[Project]?), I should have enough to experiment somewhere separately and hopefully come up with a good enough implementation to inline it in this plugin.
Related to #48
I think that's the bit I'm missing to implement a more general way of encoding a command matrix.
If this looks okay (should I add
jvmAll
,jsAll
andnativeAll
that just return a Seq[Project]?), I should have enough to experiment somewhere separately and hopefully come up with a good enough implementation to inline it in this plugin.