mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 10:14:46 +02:00
It was a mistake to disallow trailing semicolons for multi commands. Firstly this was a mistake because previous versions of sbt supported a trailing semi colon. It was also inconsistent with how commands work in a regular shell (e.g. bash or zsh).