sbt/notes/1.1.1
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
..
console_jline.md Fix tab completion running `sbt console` 2018-01-16 15:41:48 -05:00
sample.md Fix tab completion running `sbt console` 2018-01-16 15:41:48 -05:00