mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 01:03:02 +02:00
Fixes #3841 This fixes console task that internally uses JLine. When `console` is started from batch mode, the tab is printed as is. This is because JLine is not initialized yet. Calling `usingTerminal` initializes and restores the terminal afterwards.