mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
The sbt/sbt-launcher-package doesn't invoke sbt with the "shell" command. sbt has a mechanism for handling this in its "boot" command that adds an "iflast shell" to the commands. Handle this when displaying the "Executing in batch mode" warning. Fixes #3004