mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 10:37:54 +02:00
In 53788ba356, I changed the cross multi
parser to issue all of the commands sequentially. This caused a
performance regression for many use cases:
https://github.com/sbt/sbt/issues/5321. This commit restores the old
behavior of `+` if the command to run has no arguments.