sbt/main-command/src
Eugene Yokota c37b7a1555 feat: Non-blocking run
**Problem**
`run` currently blocks all other commands, such as BSP commands.

**Solution**
`run` no longer blocks the command execution loop.
Instead it pauses the prompt on the current command channel.
2024-09-20 04:00:03 -04:00
..
main feat: Non-blocking run 2024-09-20 04:00:03 -04:00
test/scala/sbt Merge branch '1.10.x' into wip/merge-1.10.x 2024-05-07 04:39:25 -04:00