com.github.mwegrz.app
Hint: When running from SBT console in a forked process (fork := true) always set connectInput in run := true so the CTRL-D signal listener works properly.
fork := true
connectInput in run := true
Hint: When running from SBT console in a forked process (
fork := true
) always setconnectInput in run := true
so the CTRL-D signal listener works properly.