mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +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).