sbt/notes
Dale Wijnand f4cc3d2938
Remove the "hit [ENTER] to switch to interactive mode" feature
In sbt 0.13.15, in addition to notifying the user about the existence of
sbt's shell, a feature was added to allow the user to switch to sbt's
shell - a more pro-active approach to just displaying a message.

Unfortunately sbt is often unintentionally invoked in shell scripts in
"interactive mode" when no interaction is expected by, for exmaple,
invoking `sbt package` instead of `sbt package < /dev/null`. In that
case hitting [ENTER] would silently trigger sbt to run its shell,
easily wrecking the script. In addition to that I was unhappy with the
implementation as it created a tight coupling between sbt's command
processing abstraction to sbt's shell command.

If you want to stay in sbt's shell after running a task like `package`
then invoke sbt like so:

    sbt package shell

Fixes #3091
2017-04-28 11:00:16 +01:00
..
0.13.16 notes 2017-04-27 18:41:08 -04:00
0.13.6.markdown Fix typos in notes 2015-01-24 13:45:15 -05:00
0.13.7.markdown Fix typos in notes 2015-01-24 13:45:15 -05:00
0.13.8.markdown Notes on #1921 2015-03-18 11:28:19 -07:00
0.13.9.markdown Add JCenter change to 0.13.9's notes 2015-12-25 21:49:01 -05:00
0.13.11.markdown notes 2016-02-22 02:22:29 -05:00
0.13.12.markdown Fixes #2654 Silence macro recompilation info message 2016-07-08 01:03:32 +01:00
0.13.13.markdown notes 2016-10-14 21:22:34 -04:00
0.13.15.markdown 0.13.15 2017-04-09 16:54:02 -04:00
0.13.16.markdown Remove the "hit [ENTER] to switch to interactive mode" feature 2017-04-28 11:00:16 +01:00
about.markdown notes 2014-09-13 15:37:00 -04:00