Open
Description
Sometimes it is nice to multitask in a single shell and run stack build --file-watch &
to run stack in the background. However, stack will ask for terminal input and that brings it to the foreground.
Could a flag be added to disable the command input between builds?