sbt/main
Eugene Yokota ca712acf41 Fix tab completion running `sbt console`
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.
2018-01-16 15:41:48 -05:00
..
src Fix tab completion running `sbt console` 2018-01-16 15:41:48 -05:00
NOTICE Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00